Skip to content

Commit b816785

Browse files
committed
fix: add CF_SITEKEY variable to GitHub Actions environment
1 parent a701810 commit b816785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Build Docker image
2121
uses: docker/bake-action@v6
2222
env:
23+
CF_SITEKEY: ${{ vars.CF_SITEKEY }}
2324
GRAPHQL_GITHUB_API_TOKEN: ${{ secrets.GRAPHQL_GITHUB_API_TOKEN }}
2425
with:
2526
files: |

0 commit comments

Comments
 (0)