fix: add write access to the actions permission (#63)

* fix: add workflows write permissions
* fix: give actions write permissions
---------

Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
Matt Trachier 2025-08-20 22:22:42 -05:00 committed by GitHub
parent aa517700c1
commit c4c615ade0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
contents: write
pull-requests: write
issues: write
actions: read
actions: write
steps:
- name: 'Wait for merge to settle'