Skip to content

Commit 4c1b948

Browse files
fix: workflow permissions (#1263)
Fixes errors while releasing https://github.com/open-component-model/open-component-model/actions/runs/19642108763 Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
1 parent f5cb365 commit 4c1b948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-go-submodule.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ jobs:
177177
uses: ./.github/workflows/publish-helminput-plugin-component.yaml
178178
secrets: inherit
179179
permissions:
180+
contents: read
180181
id-token: write
181182
attestations: write
182183
packages: write
183184
with:
184-
ref: ${{ needs.version.outputs.new_tag }}
185+
ref: ${{ needs.version.outputs.new_tag }}

0 commit comments

Comments
 (0)