Skip to content

Commit 141c844

Browse files
committed
Use the TagBot.yml file from https://github.com/JuliaRegistries/TagBot
1 parent 5383cb5 commit 141c844

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/TagBot.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
types:
55
- created
66
workflow_dispatch:
7+
inputs:
8+
lookback:
9+
default: 3
10+
permissions:
11+
contents: write
712
jobs:
813
TagBot:
914
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
1015
runs-on: ubuntu-latest
1116
steps:
1217
- uses: JuliaRegistries/TagBot@v1
1318
with:
14-
token: ${{ secrets.GITHUB_TOKEN }}
15-
ssh: ${{ secrets.DOCUMENTER_KEY }}
19+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)