Skip to content

Commit

Permalink
try test with other api key
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Dec 7, 2023
1 parent fa063ca commit 68ff222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions:
jobs:
fetch-all-tools-stepwise:
runs-on: ubuntu-20.04
environment: fetch-tools
name: Fetch all tool stepwise
strategy:
matrix:
Expand All @@ -33,7 +34,7 @@ jobs:
run: |
bash ./bin/extract_all_tools_test.sh "${{ matrix.subset }}"
env:
GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
GITHUB_API_KEY: ${{ env.GH_API_TOKEN }}
- name: Commit all tools
run: |
git config user.name github-actions
Expand Down

0 comments on commit 68ff222

Please sign in to comment.