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 7c7fba0 commit a8e26bfCopy full SHA for a8e26bf
.github/workflows/ci_release.yml
@@ -61,6 +61,8 @@ jobs:
61
needs: [determine-image-tag, docker]
62
uses: ./.github/workflows/docker-tests.yml
63
secrets: inherit
64
+ permissions:
65
+ contents: read
66
with:
67
image-tag: ${{ needs.determine-image-tag.outputs.tag }}
68
0 commit comments