Skip to content

Commit 5adad1e

Browse files
committedJun 9, 2022
Update TagBot config
1 parent 3bd4df8 commit 5adad1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/TagBot.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
inputs:
88
lookback:
99
default: 3
10+
permissions:
11+
contents: write
1012
jobs:
1113
TagBot:
1214
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
@@ -15,4 +17,4 @@ jobs:
1517
- uses: JuliaRegistries/TagBot@v1
1618
with:
1719
token: ${{ secrets.GITHUB_TOKEN }}
18-
ssh: ${{ secrets.DOCUMENTER_KEY }}
20+
ssh: ${{ secrets.DOCUMENTER_KEY }}

2 commit comments

Comments
 (2)

andrewjradcliffe commented on Jun 9, 2022

@andrewjradcliffe
OwnerAuthor

JuliaRegistrator commented on Jun 9, 2022

@JuliaRegistrator

Error while trying to register: Version 0.1.4 already exists

Please sign in to comment.