Skip to content

Commit

Permalink
chore: Fix acceptance tests (#169)
Browse files Browse the repository at this point in the history
## Motivation

Correct wrong context name.
  • Loading branch information
nieomylnieja authored Feb 15, 2024
1 parent bee64e6 commit 6964452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/acc-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
cache: false
- name: Run acceptance tests
env:
TERRAFORM_NOBL9_CLIENT_ID: "${{ secrets.clientId }}"
TERRAFORM_NOBL9_CLIENT_ID: "${{ inputs.clientId }}"
TERRAFORM_NOBL9_CLIENT_SECRET: "${{ secrets.clientSecret }}"
TERRAFORM_NOBL9_OKTA_ORG_URL: "${{ inputs.oktaOrgUrl }}"
TERRAFORM_NOBL9_OKTA_AUTH_SERVER: "${{ inputs.oktaAuthServer }}"
Expand Down

0 comments on commit 6964452

Please sign in to comment.