1

Access scoping

This commit is contained in:
Evan Pratten 2024-11-24 14:13:24 -05:00
parent 1659a6cb3c
commit 156588dc59

View File

@ -12,7 +12,7 @@ jobs:
deploy: deploy:
name: Production Deployment name: Production Deployment
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: production environment: "cursed.graphics"
permissions: permissions:
contents: read contents: read
deployments: write deployments: write
@ -35,7 +35,7 @@ jobs:
- name: Build Edge Worker - name: Build Edge Worker
uses: cloudflare/wrangler-action@v3 uses: cloudflare/wrangler-action@v3
with: with:
accountId: ddc0f8101374c7bf29ab528eefc435ec
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }} gitHubToken: ${{ secrets.GITHUB_TOKEN }}
workingDirectory: sites/cursed.graphics workingDirectory: sites/cursed.graphics