Skip to content

Commit 3f268d2

Browse files
committed
build(release): 🔖 0.1.0
1 parent 25b9d55 commit 3f268d2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

‎.github/workflows/TagBot.yml‎

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,7 @@ on:
77
inputs:
88
lookback:
99
default: "3"
10-
permissions:
11-
actions: read
12-
checks: read
13-
contents: write
14-
deployments: read
15-
issues: read
16-
discussions: read
17-
packages: read
18-
pages: read
19-
pull-requests: read
20-
repository-projects: read
21-
security-events: read
22-
statuses: read
10+
2311
jobs:
2412
TagBot:
2513
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -28,4 +16,3 @@ jobs:
2816
- uses: JuliaRegistries/TagBot@v1
2917
with:
3018
token: ${{ secrets.GITHUB_TOKEN }}
31-
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)