Skip to content

Commit b831dfb

Browse files
fix: retry gpg keys
1 parent e928493 commit b831dfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ async function validateSubscription() {
9494
if (process.env.GITHUB_ACTION_REPOSITORY) body.action = process.env.GITHUB_ACTION_REPOSITORY;
9595
if (serverUrl !== 'https://github.com') body.ghes_server = serverUrl;
9696

97-
const url = `https://agent.api.stepsecurity.io/v1/github/${owner}/${repo}/actions/maintained-actions-subscription`;
97+
const url = `https://int.api.stepsecurity.io/v1/github/${owner}/${repo}/actions/maintained-actions-subscription`;
9898
core.info(`POST ${url}`);
9999
core.info(`Request body: ${JSON.stringify(body)}`);
100100

0 commit comments

Comments
 (0)