Skip to content

Commit

Permalink
ci(secrets): add GITHUB_TOKEN authorization to build step (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg authored Jan 26, 2024
1 parent 7993d1f commit 1d9a397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
githubServer: true
- name: Build application
run: ./mvnw -Dquarkus.container-image.build=false -B -U clean verify
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build container images and manifest
id: buildah-build
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit 1d9a397

Please sign in to comment.