We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8af42 commit 5c71f49Copy full SHA for 5c71f49
.github/workflows/run-e2e-tests.yml
@@ -70,10 +70,10 @@ jobs:
70
- name: Get Apigee access token
71
env:
72
APIGEE_PASSWORD: ${{ secrets.APIGEE_PASSWORD }}
73
- APIGEE_OAUTH_TOKEN: ${{ secrets.APIGEE_BASIC_AUTH_TOKEN }}
74
- APIGEE_OTP_SECRET: ${{ secrets.APIGEE_OTP_KEY }}
+ APIGEE_BASIC_AUTH_TOKEN: ${{ secrets.APIGEE_BASIC_AUTH_TOKEN }}
+ APIGEE_OTP_KEY: ${{ secrets.APIGEE_OTP_KEY }}
75
run: |
76
- CODE=$(oathtool --totp -b "$APIGEE_OTP_SECRET")
+ CODE=$(oathtool --totp -b "$APIGEE_OTP_KEY")
77
echo "::add-mask::$CODE"
78
echo "Requesting access token from Apigee..."
79
response=$(curl -s -X POST "https://login.apigee.com/oauth/token" \
0 commit comments