Skip to content

Commit 04f7dae

Browse files
committed
CI: fix action's permission
1 parent f0b7a45 commit 04f7dae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/circleci-artifacts-redirector.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: Run CircleCI asrtifacts redirector for rendered HTML
22
on: [status]
3+
34
jobs:
45
circleci_artifacts_redirector_job:
56
runs-on: ubuntu-latest
7+
permissions:
8+
statuses: write
69
name: Run CircleCI artifacts redirector
710
steps:
811
- name: GitHub Action step

0 commit comments

Comments
 (0)