Skip to content

Commit

Permalink
ci(gon): inject missing env var (#1457)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Jan 8, 2024
1 parent 8cc06aa commit 90b9c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
AC_APPLICATION_IDENTITY: ${{ secrets.AC_APPLICATION_IDENTITY }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
AC_APPLICATION_IDENTITY: ${{ secrets.AC_APPLICATION_IDENTITY }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

publish:
Expand Down

0 comments on commit 90b9c30

Please sign in to comment.