Skip to content

Commit

Permalink
Pass via env
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 22, 2023
1 parent 3420973 commit 8845bcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
python3 -m pip list
- name: Check Code Style
env:
GH_TOKEN: ${secrets.GITHUB_TOKEN}
run: |
echo "Token is |$GITHUB_TOKEN|"
echo "Token is |${{env.GH_TOKEN}}|"
make style
- name: Run Tests
Expand Down

0 comments on commit 8845bcb

Please sign in to comment.