diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2022-12-15 18:32:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-15 18:32:05 -0500 |
| commit | 7c14672be1cbc482ce7009aa7b236ee89c3044cd (patch) | |
| tree | 3c1eb71309a96020e141c3fe50c79747c84e2d6a | |
| parent | 458ee6443b8cb25407cc8d75b83254ee7eae4a9e (diff) | |
| parent | 5b0afe91378cb4baa4096e627ebb868df7972d79 (diff) | |
| download | numpy-7c14672be1cbc482ce7009aa7b236ee89c3044cd.tar.gz | |
Merge pull request #22807 from rossbar/ci/undo-permissions-artifact-redirector
CI: undo permissions in circleci artifact redirector.
| -rw-r--r-- | .github/workflows/circleci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/circleci.yml b/.github/workflows/circleci.yml index de191d068..9998a791f 100644 --- a/.github/workflows/circleci.yml +++ b/.github/workflows/circleci.yml @@ -4,16 +4,11 @@ name: CircleCI artifact redirector -permissions: - contents: read # to fetch code (actions/checkout) - on: [status] 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 |
