Skip to content

Commit c3fa508

Browse files
committed
feat: Add secret environment variables for GitHub CLI in build workflow
1 parent f8c7dc1 commit c3fa508

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ jobs:
106106
labels: ${{ steps.meta.outputs.labels }}
107107
# SBOM Settings
108108
sbom: true
109+
# Secrets for GH CLI
110+
secret-envs: |
111+
GH_TOKEN=${{ github.token }}
109112
110113
# Upload Software Bill of Materials (SBOM) to GitHub
111114
- name: Upload SBOM

0 commit comments

Comments
 (0)