We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74faae commit d01fac5Copy full SHA for d01fac5
1 file changed
.github/workflows/TagBot.yml
@@ -8,13 +8,17 @@ on:
8
lookback:
9
description: "[DEPRECATED] No longer has any effect"
10
default: "3"
11
+permissions:
12
+ actions: read
13
+ contents: write
14
+ issues: read
15
+ pull-requests: read
16
jobs:
17
TagBot:
18
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
- runs-on: ubuntu-slim
19
+ runs-on: ubuntu-latest
20
steps:
21
- uses: JuliaRegistries/TagBot@v1
22
with:
23
token: ${{ secrets.GITHUB_TOKEN }}
- ssh: ${{ secrets.TAGBOT_SSH }}
- ssh: ${{ secrets.DOCUMENTER_KEY }}
24
+ ssh: ${{ secrets.TAGBOT_SSH }}
0 commit comments