Skip to content

Commit 10cb4de

Browse files
author
Dan Albert
authored
1 parent 4e70b9e commit 10cb4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/builders/generic/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ jobs:
669669
outputs:
670670
hashes: ${{ steps.hash.outputs.hashes }}
671671
672+
runs-on: ubuntu-latest
672673
steps:
673674
- name: Checkout repository
674675
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
@@ -696,7 +697,7 @@ jobs:
696697
permissions:
697698
actions: read
698699
id-token: write
699-
contents: read
700+
contents: write
700701
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected]
701702
with:
702703
base64-subjects: "${{ needs.build.outputs.hashes }}"

0 commit comments

Comments
 (0)