We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0234380 commit e8ab638Copy full SHA for e8ab638
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
gh extension install actions/gh-actions-cache
84
gh actions-cache delete "sst-cache" --confirm
85
env:
86
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
87
- name: Save sst cache
88
id: save-sst-cache
89
uses: actions/cache/save@v4
0 commit comments