Skip to content

Commit 0802dc3

Browse files
authored
Update TagBot.yml
1 parent d5e0b99 commit 0802dc3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/TagBot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: TagBot
1+
name: Julia TagBot
22
on:
33
schedule:
44
- cron: 0 * * * *
55
jobs:
66
TagBot:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: JuliaRegistries/TagBot@v1
9+
- uses: JuliaRegistries/TagBot@v1.10.0
1010
with:
11-
token: ${{ secrets.GITHUB_TOKEN }}
12-
ssh: ${{ secrets.DOCUMENTER_KEY }}
11+
token: ${{ secrets.TAGBOT_PAT }}

0 commit comments

Comments
 (0)