Skip to content

Commit

Permalink
Update token for badge push
Browse files Browse the repository at this point in the history
  • Loading branch information
efiacor committed May 28, 2024
1 parent 1644410 commit 5af9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/porch-go-covergae.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
# Configure action using config file (option 1)
config: ./.github/.testcoverage.yaml
git-branch: badges
git-token: ${{ github.ref_name == 'main' && secrets.GITHUB_TOKEN || '' }}
git-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5af9420

Please sign in to comment.