Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jul 20, 2024
1 parent 64d616b commit 0e6e099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
runs-on: ubuntu-24.04
outputs:
necessary_jobs: ${{ steps.check.outputs.necessary_jobs }}
environment: test
permissions:
id-token: write
packages: read
Expand All @@ -58,7 +59,7 @@ jobs:
- uses: azure/login@v2
with:
tenant-id: ${{ vars.AZURE_TENANT_ID }}
client-id: ${{ vars.AZURE_CLIENT_ID_TEST }}
client-id: ${{ vars.AZURE_CLIENT_ID }}
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}

- name: List artifacts built in previous try of same CI run
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd-main.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
runs-on: ubuntu-24.04
outputs:
necessary_jobs: ${{ steps.check.outputs.necessary_jobs }}
environment: test
permissions:
id-token: write
packages: read
Expand All @@ -48,7 +49,7 @@ jobs:
- uses: azure/login@v2
with:
tenant-id: ${{ vars.AZURE_TENANT_ID }}
client-id: ${{ vars.AZURE_CLIENT_ID_TEST }}
client-id: ${{ vars.AZURE_CLIENT_ID }}
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}

- name: List artifacts built in previous try of same CI run
Expand Down

0 comments on commit 0e6e099

Please sign in to comment.