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:
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user