mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Add packages write permission to workflows
This commit is contained in:
2
.github/workflows/build-dockers.yml
vendored
2
.github/workflows/build-dockers.yml
vendored
@@ -46,6 +46,8 @@ jobs:
|
||||
build-publish:
|
||||
runs-on: ubuntu-latest
|
||||
needs: prepare
|
||||
permissions:
|
||||
packages: write
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
2
.github/workflows/build-standalone.yml
vendored
2
.github/workflows/build-standalone.yml
vendored
@@ -11,6 +11,8 @@ on:
|
||||
jobs:
|
||||
build-standalone:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user