Skip to content

Commit

Permalink
Give FutureTagBot narrower permissions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Feb 7, 2023
1 parent 8e9f070 commit 26fd0c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/FutureTagbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
workflow_dispatch:
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: 'eager'
permissions: write-all
permissions:
contents: write
jobs:
FutureTagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
Expand Down

0 comments on commit 26fd0c3

Please sign in to comment.