Skip to content

Commit

Permalink
Merge pull request #54 from flcdrg/permissions
Browse files Browse the repository at this point in the history
Update workflow permissions
  • Loading branch information
flcdrg authored Apr 25, 2024
2 parents 15b7658 + 1ef8257 commit e22ddce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

permissions:
checks: write
contents: write

env:
Configuration: Release
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ on:
jobs:
publish:
runs-on: windows-latest
permissions: write-all

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- name: Download Assets
uses: i3h/[email protected]
Expand Down

0 comments on commit e22ddce

Please sign in to comment.