Skip to content

Commit

Permalink
using different tokens to publish the release
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezg committed May 11, 2023
1 parent fa8a839 commit 84e2e3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASER }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_RELEASER: ${{ secrets.GH_RELEASER }}
docker-hub:
needs: release
name: Deploy to docker-hub
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ brews:
tap:
owner: friendsofgo
name: homebrew-tap
token: "{{ .Env.GH_RELEASER }}"
folder: Formula
description: |
Simple way to generate fake servers
Expand Down

0 comments on commit 84e2e3b

Please sign in to comment.