Skip to content

Commit

Permalink
Merge pull request numpy#22567 from rossbar/ci-add-pr-write-permissio…
Browse files Browse the repository at this point in the history
…ns-to-artifact-redirector

CI: Add PR write permissions to artifact redirector.
  • Loading branch information
mattip committed Nov 9, 2022
2 parents 62df7a8 + 866fed5 commit 6aacc51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6aacc51

Please sign in to comment.