add github token to authenticate to the api

This commit is contained in:
Kenneth Bingham 2025-02-24 13:43:26 -05:00
parent c25325ea7f
commit 3d5519117c
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -277,6 +277,8 @@ jobs:
- name: Build SBOM from Dependency Graph as SPDX JSON
shell: bash
env:
GH_TOKEN: ${{ github.token }}
run: |
gh api \
-H "Accept: application/vnd.github+json" \