Skip to content

Commit

Permalink
Merge pull request #7 from depot/update-public-oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Jul 27, 2023
2 parents 176d4d3 + 93a420a commit b682103
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5431,7 +5431,7 @@ function _unique(values) {

/***/ }),

/***/ 4224:
/***/ 4921:
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {

"use strict";
Expand Down Expand Up @@ -5500,7 +5500,7 @@ async function getIDToken(aud) {
core.info(`Waiting for OIDC auth challenge ${challengeCode}`);
}, 1e3);
try {
for (let i = 1; i < 5; i++) {
for (let i = 1; i < 60; i++) {
const res2 = await client.post(exchangeURL, "");
if (res2.message.statusCode === 200)
return await res2.readBody();
Expand Down Expand Up @@ -14859,7 +14859,7 @@ const core = __importStar(__nccwpck_require__(3031));
const github = __importStar(__nccwpck_require__(9060));
const http = __importStar(__nccwpck_require__(9875));
const toolCache = __importStar(__nccwpck_require__(4723));
const publicOIDC = __importStar(__nccwpck_require__(4224));
const publicOIDC = __importStar(__nccwpck_require__(4921));
const path = __importStar(__nccwpck_require__(1017));
const client = new http.HttpClient('depot-setup-action');
async function run() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@actions/github": "^5.1.1",
"@actions/http-client": "^1.0.11",
"@actions/tool-cache": "^1.7.2",
"@depot/actions-public-oidc-client": "^0.1.0"
"@depot/actions-public-oidc-client": "^1.0.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b682103

Please sign in to comment.