Skip to content

Commit 4e31894

Browse files
authored
Set token exchange url (#103)
1 parent 6d1e18b commit 4e31894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oai_coding_agent/templates/oai-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
GITHUB_ACCESS_TOKEN=$(curl -s -X POST \
8080
-H "Content-Type: application/json" \
8181
-d "{\"oidc_token\": \"$OIDC_TOKEN\"}" \
82-
"${{ vars.TOKEN_EXCHANGE_URL }}/github/github-app-token-exchange" \
82+
"https://github-token-exchange-qqqwl.ondigitalocean.app/github/github-app-token-exchange" \
8383
| jq -r '.token')
8484
8585
echo "::add-mask::$GITHUB_ACCESS_TOKEN"

0 commit comments

Comments
 (0)