mirror of
https://github.com/anthonyoteri/dredge.git
synced 2026-06-05 15:26:53 -04:00
Add permission to write contents to release_asset workflow
This commit is contained in:
@@ -29,6 +29,8 @@ jobs:
|
|||||||
name: Release assets
|
name: Release assets
|
||||||
needs: create_release
|
needs: create_release
|
||||||
runs-on: ${{ matrix.config.os }}
|
runs-on: ${{ matrix.config.os }}
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user