Skip to content

Commit 2063ea0

Browse files
committed
try to export GITHUB_TOKEN in bound variable
Signed-off-by: Kingdon Barrett <[email protected]>
1 parent f5d3265 commit 2063ea0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
go-version: '^1.21.0'
3434

3535
- name: Build content
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3638
run: |
3739
# make production-build URL=https://docs-fluxcd-website-6lrhgsuf.fermyon.app/
3840
pushd website

0 commit comments

Comments
 (0)