Skip to content

Commit 5fbb82b

Browse files
Update TagBot.yml
1 parent a07b173 commit 5fbb82b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
echo "Event '${{ github.event.action }}' received from '${{ github.event.client_payload.repository }}'"
1212
- uses: JuliaRegistries/TagBot@v1
1313
with:
14-
token: ${{ secrets.DOCUMENTER_KEY }}
14+
token: ${{ secrets.GITHUB_TOKEN }}
15+
ssh: ${{ secrets.DOCUMENTER_KEY }}
1516
registry: HolyLab/HolyLabRegistry
1617
lookback: 300

0 commit comments

Comments
 (0)