Skip to content

Commit

Permalink
tag(scenario): add for called workflow separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
autocloudarc committed Mar 14, 2024
1 parent 6626e75 commit b60ba1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy-az-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

reusable-workflow-tag:
uses: autocloudarc/0079-called-workflows/.github/workflows/[email protected]
with:
operation: deploy
secrets:
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}

stage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b60ba1b

Please sign in to comment.