We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fa508 commit ec96231Copy full SHA for ec96231
.github/workflows/build.yml
@@ -98,6 +98,9 @@ jobs:
98
- name: Build Container ${{ github.repository }}
99
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
100
id: build
101
+ env:
102
+ # Secrets for GH CLI
103
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
104
with:
105
file: "./Dockerfile"
106
context: .
@@ -108,7 +111,7 @@ jobs:
108
111
sbom: true
109
112
# Secrets for GH CLI
110
113
secret-envs: |
- GH_TOKEN=${{ github.token }}
114
+ GH_TOKEN=GITHUB_TOKEN
115
116
# Upload Software Bill of Materials (SBOM) to GitHub
117
- name: Upload SBOM
0 commit comments