We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73e132 commit cbbd85cCopy full SHA for cbbd85c
.github/workflows/publish-go-nightly-task.yml
@@ -143,6 +143,7 @@ jobs:
143
env:
144
AC_USERNAME: ${{ secrets.AC_USERNAME }}
145
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
146
+ AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
147
run: |
148
gon "${{ env.GON_CONFIG_PATH }}"
149
.github/workflows/release-go-task.yml
@@ -147,6 +147,7 @@ jobs:
150
151
152
153
0 commit comments