Skip to content

Commit b622b61

Browse files
fix(ci): allow automated commits for badges
1 parent 6a49098 commit b622b61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-badges.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515

1616
- uses: actions/checkout@v2 # clones your repo, make sure the ssh secret is set!
1717
with:
18-
ssh-key: ${{ secrets.SSH_KEY }}
18+
ref: ${{ github.head_ref }}
19+
token: ${{ secrets.GITHUB_TOKEN }}
1920

2021
- uses: joblo2213/aoc-badges-action@v2.1
2122
with:

0 commit comments

Comments
 (0)