Skip to content

Commit 321412f

Browse files
committed
TagBoy.yml adapted
1 parent 3e2a008 commit 321412f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/TagBot.yml

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

0 commit comments

Comments
 (0)