Skip to content

Commit d2eebbd

Browse files
committed
Provide token.
1 parent e51c24b commit d2eebbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
6969
- uses: assignUser/stash/restore@v1
7070
with:
71+
token: '${{ secrets.ARTIFACT_CACHE_TOKEN }}'
7172
path: '${{ env.CCACHE_DIR }}'
7273
key: ccache-linux-adapters
7374

@@ -128,6 +129,7 @@ jobs:
128129
- name: Get Ccache Stash
129130
uses: assignUser/stash/restore@v1
130131
with:
132+
token: '${{ secrets.ARTIFACT_CACHE_TOKEN }}'
131133
path: '${{ env.CCACHE_DIR }}'
132134
key: ccache-ubuntu-debug-default
133135

0 commit comments

Comments
 (0)