Skip to content

Commit b11db80

Browse files
committed
WIP
1 parent 1247be7 commit b11db80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/circleci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on: [status]
88
jobs:
99
circleci_artifacts_redirector_job:
1010
runs-on: ubuntu-latest
11-
if: "github.repository == 'melissawm/docs' && github.event.context == 'ci/circleci: build-docs'"
11+
if: "github.event.context == 'ci/circleci: build-docs'"
12+
permissions:
13+
statuses: write
1214
name: Run CircleCI artifacts redirector
1315
# if: github.repository == 'napari/docs'
1416
steps:

0 commit comments

Comments
 (0)