Skip to content

Commit

Permalink
Add expliciti write permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Dec 13, 2024
1 parent 6de1afb commit c758569
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ env:
ROOT_DIR: ${{github.workspace}}/hsdsdata
BUCKET_NAME: hsdstest

permissions:
actions: write
attestations: write
checks: write
contents: write
deployments: write
discussions: write
id-token: write
issues: write
packages: write
pages: write
pull-requests: write
repository-projects: write
security-events: write
statuses: write

jobs:
build_and_test_with_autotools:
strategy:
Expand Down

0 comments on commit c758569

Please sign in to comment.