Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Dec 7, 2023
1 parent 68ff222 commit 6e5e119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Run script
# run: bash bin/extract_all_tools.sh
run: |
export GITHUB_API_KEY=${{ env.GH_API_TOKEN }}
echo $GITHUB_API_KEY
bash ./bin/extract_all_tools_test.sh "${{ matrix.subset }}"
env:
GITHUB_API_KEY: ${{ env.GH_API_TOKEN }}
- name: Commit all tools
run: |
git config user.name github-actions
Expand Down

0 comments on commit 6e5e119

Please sign in to comment.