Skip to content

Commit

Permalink
CI: only give GITHUB_TOKEN the minimum necessary permissions (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 8, 2021
1 parent c34d112 commit 649b5e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: write
actions: none
checks: none
deployments: none
issues: none
discussions: none
packages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
jobs:
build:
name: ${{ matrix.image }}
Expand Down

0 comments on commit 649b5e9

Please sign in to comment.