mirror of
https://github.com/rendercv/rendercv.git
synced 2025-12-24 05:58:06 -05:00
workflows: give publish-to-docker permissions
This commit is contained in:
5
.github/workflows/publish-to-docker.yaml
vendored
5
.github/workflows/publish-to-docker.yaml
vendored
@@ -15,6 +15,11 @@ jobs:
|
||||
push_to_registry:
|
||||
name: Release docker image
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
attestations: write
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user