We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f66c3 commit b3b3cfaCopy full SHA for b3b3cfa
1 file changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup PSE
25
uses: invisirisk/pse-action@latest
26
with:
27
- api_url: "https://app.invisirisk.com"
+ api_url: "https://app.stage.invisirisk.com"
28
app_token: ${{secrets.IR_API_KEY_BUILD}}
29
# 使用的动作。格式:userName/repoName。作用:检出仓库,获取源码。 官方actions库:https://github.com/actions
30
- name: Checkout
@@ -57,7 +57,7 @@ jobs:
57
- name: Gather Status
58
59
60
61
62
send_job_status: "true"
63
debug: "true"
0 commit comments