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 f9afd98 commit 8aa066cCopy full SHA for 8aa066c
1 file changed
.github/workflows/release_test.yaml
@@ -37,6 +37,8 @@ jobs:
37
uses: ./.github/workflows/create_release_artifacts.yaml
38
needs:
39
- determine_version
40
+ permissions:
41
+ contents: read
42
with:
43
release_version: ${{ needs.determine_version.outputs.release_version }}
44
0 commit comments