Skip to content

Commit dd409c1

Browse files
ci: restore token needed for making changes to master
1 parent 98e69e0 commit dd409c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-badges.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2 # clones your repo, make sure the ssh secret is set!
1717
with:
1818
ref: ${{ github.head_ref }}
19+
token: ${{ secrets.GH_PAT }} # token-based checkout is required because of branch protections on master
1920

2021
- uses: joblo2213/aoc-badges-action@v3
2122
with:

0 commit comments

Comments
 (0)