Skip to content

Commit 8f7e9b4

Browse files
committed
fix(cicd): attmpt to fix broken build secrets the sequel
1 parent 464385d commit 8f7e9b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Build Docker image(s)
2525
uses: docker/bake-action@v6
26+
env:
27+
GITHUB_TOKEN: ${{ secrets.GRAPHQL_GITHUB_API_TOKEN }}
2628
with:
2729
push: false
2830
no-cache: true
@@ -32,6 +34,5 @@ jobs:
3234
with:
3335
compose-file: ./compose.yaml
3436
env:
35-
GITHUB_TOKEN: ${{ secrets.GRAPHQL_GITHUB_API_TOKEN }}
3637
CF_TURNSTILE_SECRET: ${{ secrets.CF_TURNSTILE_SECRET }}
3738
REDACTED_TERMS: ${{ secrets.REDACTED_TERMS }}

0 commit comments

Comments
 (0)