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 1247be7 commit b11db80Copy full SHA for b11db80
.github/workflows/circleci.yml
@@ -8,7 +8,9 @@ on: [status]
8
jobs:
9
circleci_artifacts_redirector_job:
10
runs-on: ubuntu-latest
11
- if: "github.repository == 'melissawm/docs' && github.event.context == 'ci/circleci: build-docs'"
+ if: "github.event.context == 'ci/circleci: build-docs'"
12
+ permissions:
13
+ statuses: write
14
name: Run CircleCI artifacts redirector
15
# if: github.repository == 'napari/docs'
16
steps:
0 commit comments