Skip to content

Commit 6ce80fc

Browse files
authored
Merge pull request #65 from bsipocz/CI_fix_redirect_permissions
CI: fix action's permission
2 parents f0b7a45 + 2067d40 commit 6ce80fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: Run CircleCI asrtifacts redirector for rendered HTML
1+
name: Run CircleCI artifacts redirector for rendered HTML
22
on: [status]
3+
34
jobs:
45
circleci_artifacts_redirector_job:
56
runs-on: ubuntu-latest
7+
if: "${{ github.event.context == 'ci/circleci: build_doc' }}"
8+
permissions:
9+
statuses: write
610
name: Run CircleCI artifacts redirector
711
steps:
812
- name: GitHub Action step

0 commit comments

Comments
 (0)