Skip to content

Commit

Permalink
circle ci config: attempt to fix ghr permissions
Browse files Browse the repository at this point in the history
ghr is failing for some reason with a permissions problem. attempt to
explicitly set via -t $GITHUB_TOKEN.
  • Loading branch information
mikeb26 committed Aug 14, 2024
1 parent 4c4ae4b commit 8a3327e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
PATH=$PATH:$HOME/go/bin
if [ "$CIRCLE_TAG" != "" ]
then
ghr -name "Bopmatic Tech Preview ($CIRCLE_TAG)" $CIRCLE_TAG bopmatic
ghr -t $GITHUB_TOKEN -name "Bopmatic Tech Preview ($CIRCLE_TAG)" $CIRCLE_TAG bopmatic
git clone https://mikeb26:[email protected]/bopmatic/homebrew-macos
cd homebrew-macos
git remote set-url origin https://mikeb26:[email protected]/bopmatic/homebrew-macos
Expand Down

0 comments on commit 8a3327e

Please sign in to comment.