Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
HUMANITEC_ORG
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Sep 8, 2023
1 parent 724f3df commit a8f8410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-workload1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
score-humanitec delta \
--env development \
--app ${{ env.APP_NAME }} \
--org="${{ secrets.HUMANITEC_ORG_ID }}" \
--org="${{ secrets.HUMANITEC_ORG }}" \
--token "${{ secrets.HUMANITEC_TOKEN }}" \
-f score/${{ env.WORKLOAD_NAME }}/score.yaml \
--extensions score/${{ env.WORKLOAD_NAME }}/humanitec.score.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-workload2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
score-humanitec delta \
--env development \
--app ${{ env.APP_NAME }} \
--org="${{ secrets.HUMANITEC_ORG_ID }}" \
--org="${{ secrets.HUMANITEC_ORG }}" \
--token "${{ secrets.HUMANITEC_TOKEN }}" \
-f score/${{ env.WORKLOAD_NAME }}/score.yaml \
--extensions score/${{ env.WORKLOAD_NAME }}/humanitec.score.yaml
Expand Down

0 comments on commit a8f8410

Please sign in to comment.