Skip to content

Commit

Permalink
build: expose SCOOP_GITHUB_TOKEN as an env var
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Jun 2, 2024
1 parent 61222b8 commit 7d5e24d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: check release env vars
run: |
echo "GITHUB_TOKEN: ${GITHUB_TOKEN:0:5}*****"
echo "HOMEBREW_TAP_GITHUB_TOKEN: ${HOMEBREW_TAP_GITHUB_TOKEN:0:5}*****"
echo "SCOOP_GITHUB_TOKEN: ${SCOOP_GITHUB_TOKEN:0:5}*****"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand All @@ -39,4 +34,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
SCOOP_GITHUB_TOKEN: ${{ secrets.SCOOP_GITHUB_TOKEN }}

0 comments on commit 7d5e24d

Please sign in to comment.