We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e69e0 commit dd409c1Copy full SHA for dd409c1
.github/workflows/update-badges.yml
@@ -16,6 +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.GH_PAT }} # token-based checkout is required because of branch protections on master
20
21
- uses: joblo2213/aoc-badges-action@v3
22
0 commit comments