Skip to content

Commit

Permalink
CI: remove read-all permissions specification, non-operational tmate …
Browse files Browse the repository at this point in the history
…debugging
  • Loading branch information
tangkong committed May 16, 2024
1 parent 0ed7bfc commit 1bd5881
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
name: "Python ${{ inputs.python-version }}: conda"
runs-on: ubuntu-20.04
continue-on-error: ${{ inputs.experimental }}
permissions: read-all

defaults:
run:
Expand Down Expand Up @@ -296,9 +295,3 @@ jobs:
with:
name: Python ${{ inputs.python-version }} - conda - testing log
path: "~/logs"

- name: Setup tmate debugging session
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
7 changes: 0 additions & 7 deletions .github/workflows/python-pip-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
name: "Python ${{ inputs.python-version }}: pip"
runs-on: ubuntu-20.04
continue-on-error: ${{ inputs.experimental }}
permissions: read-all

defaults:
run:
Expand Down Expand Up @@ -220,9 +219,3 @@ jobs:
exit 1
fi
twine upload --verbose dist/*
- name: Setup tmate debugging session
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 1bd5881

Please sign in to comment.