We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b7a45 commit 04f7daeCopy full SHA for 04f7dae
.github/workflows/circleci-artifacts-redirector.yml
@@ -1,8 +1,11 @@
1
name: Run CircleCI asrtifacts redirector for rendered HTML
2
on: [status]
3
+
4
jobs:
5
circleci_artifacts_redirector_job:
6
runs-on: ubuntu-latest
7
+ permissions:
8
+ statuses: write
9
name: Run CircleCI artifacts redirector
10
steps:
11
- name: GitHub Action step
0 commit comments