We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e2d51 commit 2e59b63Copy full SHA for 2e59b63
.github/workflows/publish_container.yaml
@@ -1,11 +1,6 @@
1
# https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#upgrading-a-workflow-that-accesses-ghcrio
2
name: Create and publish a Docker image
3
4
-permissions:
5
- id-token: write
6
- contents: write
7
- packages: write
8
-
9
# Configures this workflow to run every time a change is pushed to the branch called `release`.
10
on:
11
push:
@@ -23,7 +18,8 @@ jobs:
23
18
runs-on: ubuntu-latest
24
19
# Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job.
25
20
permissions:
26
- contents: read
21
+ id-token: write
22
+ contents: write
27
packages: write
28
steps:
29
- name: Checkout repository
0 commit comments