Skip to content

Commit

Permalink
[SERV-1172] Update releaser with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
angelahuqing committed Nov 5, 2024
1 parent f74c927 commit 6cb8fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ brews:
- repository:
owner: UCLALibrary
name: homebrew-festerize
token: "{{ .Env.PERSONAL_ACCESS_TOKEN }}"
description: "Uploads CSV files to the Fester IIIF manifest service for processing"
name: "festerize"
homepage: "https://github.com/UCLALibrary/go-festerize"
Expand Down

0 comments on commit 6cb8fe7

Please sign in to comment.