Skip to content

Commit

Permalink
added PERSONAL_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Mar 31, 2024
1 parent df16e6b commit 9a4399c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
RELEASE_VERSION: ${{ steps.tagging.outputs.tag }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Install Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ brews:
repository:
owner: warrensbox
name: homebrew-tap
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}"
token: "{{ .Env.PERSONAL_ACCESS_TOKEN }}"

# Allows you to set a custom download strategy.
# Default is empty.
Expand Down

0 comments on commit 9a4399c

Please sign in to comment.