Skip to content

Commit

Permalink
Pass Git token to all makefile calls
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartinol committed Feb 15, 2024
1 parent cea7d46 commit 83beb1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow-executor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build
run: |
make WORKFLOW_ID=${{ inputs.workflow_id }} \
GIT_TOKEN=${{ env.GH_TOKEN }} \
REGISTRY_REPO=${{ env.REGISTRY_REPO }} \
REGISTRY_USERNAME=${{ secrets.NEW_QUAY_USERNAME }} \
REGISTRY_PASSWORD=${{ secrets.NEW_QUAY_PASSWORD }} \
Expand Down

0 comments on commit 83beb1c

Please sign in to comment.