Skip to content

Commit 0261963

Browse files
authored
Add disk space cleanup step and update registry token
1 parent 0b807c7 commit 0261963

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github_cmake_nvhpc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: checkout
1818
uses: actions/checkout@v4.2.2
19+
- name: Free Disk Space
20+
uses: jlumbroso/free-disk-space@v1.3.1
1921
- name: Setup Spack
2022
uses: spack/setup-spack@v3.0.0
2123
with:
@@ -31,7 +33,7 @@ jobs:
3133
spack install nvhpc
3234
env:
3335
REGISTRY_USER: "rem1776" # TODO get username from action vars
34-
REGISTRY_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
36+
REGISTRY_TOKEN: "${{ secrets.IMAGE_PUSH_TOKEN }}"
3537
- name: Install dependencies
3638
run: |
3739
spack compiler find

0 commit comments

Comments
 (0)