Skip to content

Commit

Permalink
Use github token in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Oct 30, 2023
1 parent 544b0f2 commit f6cb72b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/workspace/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ runs:
- name: Delete workspace
if: ${{ inputs.action == 'delete' }}
shell: bash
env:
GITHUB_TOKEN: ${{ github.token }}
run:
gh cache delete
gh cache delete '${{ inputs.key }}'
1 change: 1 addition & 0 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
needs: ["libmamba_tests_unix"]
runs-on: ubuntu-latest
if: always()
permissions: write-all
steps:
- name: Checkout mamba repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f6cb72b

Please sign in to comment.