Commit f0f1d66 1 parent 7bd52fe commit f0f1d66 Copy full SHA for f0f1d66
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
158
158
# Action Repo: https://github.com/sliteteam/github-action-git-crypt-unlock
159
159
- name : " Stage 2: Unlock git-crypt secrets"
160
- uses : sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8
160
+ uses : sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1
161
161
env :
162
162
GIT_CRYPT_KEY : ${{ secrets.GIT_CRYPT_KEY }}
163
163
@@ -315,7 +315,7 @@ jobs:
315
315
done
316
316
317
317
- name : " Stage 2: Unlock git-crypt secrets"
318
- uses : sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8
318
+ uses : sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1
319
319
env :
320
320
GIT_CRYPT_KEY : ${{ secrets.GIT_CRYPT_KEY }}
321
321
Original file line number Diff line number Diff line change 33
33
pip install requests ruamel.yaml tqdm
34
34
35
35
- name : " Unlock git-crypt secrets"
36
- uses : sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8
36
+ uses : sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1
37
37
env :
38
38
GIT_CRYPT_KEY : ${{ secrets.GIT_CRYPT_KEY }}
39
39
You can’t perform that action at this time.
0 commit comments