mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 17:58:50 +02:00
add github token to authenticate to the api
This commit is contained in:
parent
c25325ea7f
commit
3d5519117c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -277,6 +277,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build SBOM from Dependency Graph as SPDX JSON
|
- name: Build SBOM from Dependency Graph as SPDX JSON
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
gh api \
|
gh api \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user