We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6caca78 + 1932376 commit c2a5278Copy full SHA for c2a5278
.github/workflows/publish-go-nightly-task.yml
@@ -180,7 +180,7 @@ jobs:
180
env:
181
AC_USERNAME: ${{ secrets.AC_USERNAME }}
182
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
183
- AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
+ AC_PROVIDER: ${{ vars.AC_PROVIDER }}
184
run: |
185
go tool \
186
github.com/bearer/gon/cmd/gon "${{ env.GON_CONFIG_PATH }}"
.github/workflows/release-go-task.yml
0 commit comments