File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1212 - name : Get Access Token
1313 id : get-access-token
1414 run : |
15- echo "ACCESS_TOKEN"=$(curl 'https://app.vssps.visualstudio.com/oauth2/token' --data "client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&client_assertion=${{ secrets.GH_AUTH_CLIENT_SECRET }}&grant_type=refresh_token&assertion=${{ secrets.GH_AUTH_REFRESH_TOKEN }}&redirect_uri=https://localhost:1337/callback" | jq -r '.access_token') >> $GITHUB_OUTPUT
15+ echo "ACCESS_TOKEN"=$(curl 'https://app.vssps.visualstudio.com/oauth2/token' --data "client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&client_assertion=${{ secrets.PR_TEARDWN_CLIENT_SECRET }}&grant_type=refresh_token&assertion=${{ secrets.PR_TEARDWN_REFRESH_TOKEN }}&redirect_uri=https://localhost:1337/callback" | jq -r '.access_token') >> $GITHUB_OUTPUT
1616
1717 - name : Azure Pipelines Action
1818 uses : Azure/pipelines@v1.2
You can’t perform that action at this time.
0 commit comments