We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b807c7 commit 0261963Copy full SHA for 0261963
1 file changed
.github/workflows/github_cmake_nvhpc.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: checkout
18
uses: actions/checkout@v4.2.2
19
+ - name: Free Disk Space
20
+ uses: jlumbroso/free-disk-space@v1.3.1
21
- name: Setup Spack
22
uses: spack/setup-spack@v3.0.0
23
with:
@@ -31,7 +33,7 @@ jobs:
31
33
spack install nvhpc
32
34
env:
35
REGISTRY_USER: "rem1776" # TODO get username from action vars
- REGISTRY_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
36
+ REGISTRY_TOKEN: "${{ secrets.IMAGE_PUSH_TOKEN }}"
37
- name: Install dependencies
38
run: |
39
spack compiler find
0 commit comments