diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2d817909a..6dce50d51 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -157,7 +157,7 @@ jobs: # Action Repo: https://github.com/sliteteam/github-action-git-crypt-unlock - name: "Stage 2: Unlock git-crypt secrets" - uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 + uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} @@ -315,7 +315,7 @@ jobs: done - name: "Stage 2: Unlock git-crypt secrets" - uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 + uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} diff --git a/.github/workflows/prune-harbor.yaml b/.github/workflows/prune-harbor.yaml index 9ff659f78..c66414614 100644 --- a/.github/workflows/prune-harbor.yaml +++ b/.github/workflows/prune-harbor.yaml @@ -33,7 +33,7 @@ jobs: pip install requests ruamel.yaml tqdm - name: "Unlock git-crypt secrets" - uses: sliteteam/github-action-git-crypt-unlock@8b1fa3ccc81e322c5c45fbab261eee46513fd3f8 + uses: sliteteam/github-action-git-crypt-unlock@f99c0c6b60bb7ec30dcec033a8f0a3b3d48f21e1 env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}