We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d3265 commit 2063ea0Copy full SHA for 2063ea0
.github/workflows/deploy.yml
@@ -33,6 +33,8 @@ jobs:
33
go-version: '^1.21.0'
34
35
- name: Build content
36
+ env:
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
run: |
39
# make production-build URL=https://docs-fluxcd-website-6lrhgsuf.fermyon.app/
40
pushd website
0 commit comments