Skip to content

Commit

Permalink
PMM-12359 syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Aug 4, 2023
1 parent 4def0c5 commit 2f76633
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/upgrade-tests-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ jobs:
env:
# TODO: each variable/group must have comment where it is used
SHA: ${{ inputs.sha || 'null' }}
PMM_BASE_URL: https://127.0.0.1

### IP and Pass to use in pipeline
PMM_SERVER_IP: 127.0.0.1
PMM_BASE_URL: https://${{ env.PMM_SERVER_IP }}
ADMIN_PASSWORD: admin1

OKTA_TOKEN: ${{ secrets.OKTA_TOKEN }}
Expand Down

0 comments on commit 2f76633

Please sign in to comment.