diff options
| author | Matti Picus <matti.picus@gmail.com> | 2022-11-09 22:41:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 22:41:29 +0200 |
| commit | 6aacc5167983d7c6f8689d7039294f2fc0d5f5fb (patch) | |
| tree | ff449be427e210b831377b3187bf87ca27b64efb | |
| parent | 62df7a80e79b7323f673f9b26c5f699325606466 (diff) | |
| parent | 866fed5f2362975a669eaa44ebbbf2ebf2fb8047 (diff) | |
| download | numpy-6aacc5167983d7c6f8689d7039294f2fc0d5f5fb.tar.gz | |
Merge pull request #22567 from rossbar/ci-add-pr-write-permissions-to-artifact-redirector
CI: Add PR write permissions to artifact redirector.
| -rw-r--r-- | .github/workflows/circleci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index 63c666891..df5b8c8b9 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -10,6 +10,8 @@ jobs: circleci_artifacts_redirector_job: runs-on: ubuntu-latest name: Run CircleCI artifacts redirector + permissions: + pull-requests: write # if: github.repository == 'numpy/numpy' steps: - name: GitHub Action step |
