Access scoping
This commit is contained in:
parent
1659a6cb3c
commit
156588dc59
4
.github/workflows/deploy-cursed-graphics.yml
vendored
4
.github/workflows/deploy-cursed-graphics.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user