Skip to content

Commit 89367a4

Browse files
committed
chore: attestation fix token
Signed-off-by: fastlorenzo <git@bernardi.be>
1 parent 95fe426 commit 89367a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
with:
7676
subject-path: .cr-release-packages/${{ steps.extract_chart_name.outputs.chart_name }}-${{ github.event.inputs.version }}.tgz
7777
subject-checksums: .cr-release-packages/${{ steps.extract_chart_name.outputs.chart_name }}-${{ github.event.inputs.version }}.checksums.txt
78+
env:
79+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7880

7981
- name: Get Release
8082
uses: octokit/request-action@v2.x

0 commit comments

Comments
 (0)