File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5459,7 +5459,7 @@ async function run() {
5459
5459
if ( ! process . env . DEPOT_TOKEN ) {
5460
5460
try {
5461
5461
const odicToken = await core . getIDToken ( 'https://depot.dev' ) ;
5462
- const res = await client . postJson ( 'https://depot.dev/api /auth/oidc/github-actions' , { token : odicToken } ) ;
5462
+ const res = await client . postJson ( 'https://github. depot.dev/auth/oidc/github-actions' , { token : odicToken } ) ;
5463
5463
if ( res . result && res . result . token ) {
5464
5464
core . info ( `Exchanged GitHub Actions OIDC token for temporary Depot token` ) ;
5465
5465
core . exportVariable ( 'DEPOT_TOKEN' , res . result . token ) ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ async function run() {
30
30
try {
31
31
const odicToken = await core . getIDToken ( 'https://depot.dev' )
32
32
const res = await client . postJson < { ok : boolean ; token : string } > (
33
- 'https://depot.dev/api /auth/oidc/github-actions' ,
33
+ 'https://github. depot.dev/auth/oidc/github-actions' ,
34
34
{ token : odicToken } ,
35
35
)
36
36
if ( res . result && res . result . token ) {
You can’t perform that action at this time.
0 commit comments