Skip to content

Commit

Permalink
Update GitHub Actions workflow to grant write permissions for contents
Browse files Browse the repository at this point in the history
- Modified the permissions in the GitHub Actions workflow to allow write access for contents, enhancing the workflow's capabilities for managing repository resources.
- This change supports improved automation and interaction with the repository during the CI/CD pipeline execution.
  • Loading branch information
Joachim Rosskopf committed Dec 30, 2024
1 parent 1e56df1 commit 341197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build flAPI

permissions:
contents: read
contents: write
packages: write
issues: write
pull-requests: write
Expand Down

0 comments on commit 341197b

Please sign in to comment.