We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3e8299 + 894b72a commit 93b20d9Copy full SHA for 93b20d9
.github/workflows/update-badges.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2 # clones your repo, make sure the ssh secret is set!
17
with:
18
ref: ${{ github.head_ref }}
19
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_PAT }}
20
21
- uses: joblo2213/[email protected]
22
@@ -35,5 +35,4 @@ jobs:
35
name: Push changes # Step that pushes these local changes back to your github repo
36
37
commit_message: 'docs: Update badges [skip ci]'
38
- push_options: '--force'
39
file_pattern: README.md
0 commit comments