Skip to content

Commit

Permalink
fix: explicitly pass secret
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Dec 27, 2023
1 parent eadb6c0 commit 412e33e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:

goreleaser:
uses: ./.github/workflows/goreleaser.yml
secrets:
GORELEASER_ACCESS_TOKEN: ${{ secrets.GORELEASER_ACCESS_TOKEN }}
3 changes: 3 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: goreleaser
on:
workflow_call:
secrets:
GORELEASER_ACCESS_TOKEN:
required: true

env:
GO_VERSION: '1.21.1'
Expand Down

0 comments on commit 412e33e

Please sign in to comment.