We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5383cb5 commit 141c844Copy full SHA for 141c844
.github/workflows/TagBot.yml
@@ -4,12 +4,16 @@ on:
4
types:
5
- created
6
workflow_dispatch:
7
+ inputs:
8
+ lookback:
9
+ default: 3
10
+permissions:
11
+ contents: write
12
jobs:
13
TagBot:
14
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
15
runs-on: ubuntu-latest
16
steps:
17
- uses: JuliaRegistries/TagBot@v1
18
with:
- token: ${{ secrets.GITHUB_TOKEN }}
- ssh: ${{ secrets.DOCUMENTER_KEY }}
19
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments