Skip to content

Commit e8ab638

Browse files
author
Andrea Aramini, INI-MBM-BNC (EXT)
committed
🐛 fix(ci/cd): fix token env name
1 parent 0234380 commit e8ab638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
gh extension install actions/gh-actions-cache
8484
gh actions-cache delete "sst-cache" --confirm
8585
env:
86-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
8787
- name: Save sst cache
8888
id: save-sst-cache
8989
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)