Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Aug 5, 2024
1 parent b1078dc commit 118febc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
TF_VAR_tenant_id: ${{secrets.TENANT_ID }}
TF_VAR_subscription_id: ${{secrets.SUBSCRIPTION_ID }}
TF_VAR_client_id: ${{secrets.CLIENT_ID }}
TF_VAR_client_secret: ${{secrets.CLIENT_SECRET }}

jobs:
CI:
env:
TF_VAR_tenant_id: ${{secrets.TENANT_ID }}
TF_VAR_subscription_id: ${{secrets.SUBSCRIPTION_ID }}
TF_VAR_client_id: ${{secrets.CLIENT_ID }}
TF_VAR_client_secret: ${{secrets.CLIENT_SECRET }}
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down

0 comments on commit 118febc

Please sign in to comment.