Skip to content

Commit

Permalink
ci: add permissions to TagBot
Browse files Browse the repository at this point in the history
  • Loading branch information
miRoox committed Oct 16, 2022
1 parent 153c246 commit e0e006c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
types:
- created
workflow_dispatch:
permissions:
contents: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand Down

2 comments on commit e0e006c

@miRoox
Copy link
Owner Author

@miRoox miRoox commented on e0e006c Oct 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/70324

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" e0e006c9dd4f0d3ea6752ccb369f6713cd80edae
git push origin v0.1.0

Please sign in to comment.