From 156588dc59bc062b483ba1d2473d8ab38d437eaa Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Sun, 24 Nov 2024 14:13:24 -0500 Subject: [PATCH] Access scoping --- .github/workflows/deploy-cursed-graphics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-cursed-graphics.yml b/.github/workflows/deploy-cursed-graphics.yml index e28fbf2..c02c075 100644 --- a/.github/workflows/deploy-cursed-graphics.yml +++ b/.github/workflows/deploy-cursed-graphics.yml @@ -12,7 +12,7 @@ jobs: deploy: name: Production Deployment runs-on: ubuntu-latest - environment: production + environment: "cursed.graphics" permissions: contents: read deployments: write @@ -35,7 +35,7 @@ jobs: - name: Build Edge Worker uses: cloudflare/wrangler-action@v3 with: + accountId: ddc0f8101374c7bf29ab528eefc435ec apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} - accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} gitHubToken: ${{ secrets.GITHUB_TOKEN }} workingDirectory: sites/cursed.graphics