mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix: add read contents permission
This commit is contained in:
parent
372f9b6714
commit
267b4bd688
1 changed files with 3 additions and 5 deletions
8
.github/workflows/registry.yaml
vendored
8
.github/workflows/registry.yaml
vendored
|
@ -1,8 +1,5 @@
|
|||
name: Release Registry
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -36,9 +33,10 @@ jobs:
|
|||
publish-registry-image:
|
||||
name: Build and publish Docker package
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
needs: [ prepare ]
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
env:
|
||||
VERSION: ${{ needs.prepare.outputs.version }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue