Skip to content

Commit 74b4621

Browse files
Add GitHub secret to upload SBOM asset step
Add GitHub secret to upload SBOM asset step
1 parent e69d5f3 commit 74b4621

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package-to-ghcr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ jobs:
156156

157157
- name: Upload SBOM asset
158158
uses: actions/upload-release-asset@v1
159+
env:
160+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
159161
if: (steps.tag-action.outputs.tag != '')
160162
with:
161163
upload_url: ${{ steps.get_release.outputs.result }}

0 commit comments

Comments
 (0)