Skip to content

Commit a689c53

Browse files
authored
ci: bump read-vault-secrets GH action to the latest commit on main (#51)
Signed-off-by: Zespre Chang <zespre.chang@suse.com>
1 parent dddbfcd commit a689c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Read Docker Hub credentials
4242
if: ${{ inputs.push }}
43-
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
43+
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # main
4444
with:
4545
secrets: |
4646
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# The FOSSA token is shared between all repos in Harvester's GH org. It can
2121
# be used directly and there is no need to request specific access to EIO.
2222
- name: Read FOSSA token
23-
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
23+
uses: rancher-eio/read-vault-secrets@7282bf97898cd1c16c89f837e0bb442e6d384c89 # main
2424
with:
2525
secrets: |
2626
secret/data/github/org/harvester/fossa/credentials token | FOSSA_API_KEY_PUSH_ONLY

0 commit comments

Comments
 (0)