mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-13 16:54:22 +01:00
gh action: permissions
This commit is contained in:
6
.github/workflows/ark.release.yaml
vendored
6
.github/workflows/ark.release.yaml
vendored
@@ -3,6 +3,12 @@ name: Release ark
|
||||
on:
|
||||
release:
|
||||
types: [released]
|
||||
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user