We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1e18b commit 4e31894Copy full SHA for 4e31894
src/oai_coding_agent/templates/oai-agent.yaml
@@ -79,7 +79,7 @@ jobs:
79
GITHUB_ACCESS_TOKEN=$(curl -s -X POST \
80
-H "Content-Type: application/json" \
81
-d "{\"oidc_token\": \"$OIDC_TOKEN\"}" \
82
- "${{ vars.TOKEN_EXCHANGE_URL }}/github/github-app-token-exchange" \
+ "https://github-token-exchange-qqqwl.ondigitalocean.app/github/github-app-token-exchange" \
83
| jq -r '.token')
84
85
echo "::add-mask::$GITHUB_ACCESS_TOKEN"
0 commit comments