Skip to content

Commit

Permalink
Add token to checkout action in brew workflow (smithy-lang#1992)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvschneid authored Sep 26, 2023
1 parent e3c94bf commit 7515cfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
repository: 'smithy-lang/homebrew-tap'
path: 'homebrew-tap'
ref: 'main'
token: ${{ secrets.PR_TOKEN }}
- name: Update version
run: |
version="${GITHUB_REF##*/}"
Expand Down

0 comments on commit 7515cfc

Please sign in to comment.