We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abad06 commit 8442116Copy full SHA for 8442116
1 file changed
.github/workflows/ci.yml
@@ -75,6 +75,8 @@ jobs:
75
echo "${RUNNER_TEMP}/bin" | tee -a "${GITHUB_PATH}"
76
- name: Run the tests
77
run: task -v test
78
+ env:
79
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
80
- name: Run SBOM generation
81
run: task -v sbom
82
- name: Upload SBOM artifacts
0 commit comments