Skip to content

Commit

Permalink
Adding permissions to TagBot.yml as per suggested in
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Jan 17, 2023
1 parent 1e32530 commit 6fcd856
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 @@ -5,6 +5,8 @@ on:
- created
workflow_dispatch:
jobs:
permissions:
contents: write
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6fcd856

Please sign in to comment.