Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 13, 2024
1 parent 463d5a3 commit fe22afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Push packages to buildcache and update index
if: ${{ !cancelled() }}
run: |
export GUTHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
spack -e tests mirror set --autopush --push \
--oci-username ${{ github.actor }} \
--oci-password-variable GITHUB_TOKEN mochi-buildcache
Expand Down

0 comments on commit fe22afa

Please sign in to comment.