Skip to content

Commit

Permalink
Set permissions for TagBot
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Mar 16, 2024
1 parent 60973ea commit c80f843
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/TagBot.yml
Expand Up @@ -4,6 +4,19 @@ on:
types:
- created
workflow_dispatch:
permissions:
actions: read
checks: read
contents: write
deployments: read
issues: read
discussions: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: read
statuses: read
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand Down

0 comments on commit c80f843

Please sign in to comment.