Skip to content

Commit eeef4c5

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'gitops/shared-files/configurations-new-devex/workflows'
1 parent 8e54814 commit eeef4c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci.yaml‎

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

3434
# doesn't work with plain token when pushing otherwise
3535
- name: Login to xpkg with robot
36-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
36+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3737
with:
3838
registry: ${{ env.XPKG_REGISTRY }}
3939
username: ${{ env.UP_ROBOT_ID }}

‎.github/workflows/e2e.yaml‎

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

3636
# doesn't work with plain token when pushing otherwise
3737
- name: Login to xpkg with robot
38-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
38+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
3939
with:
4040
registry: xpkg.upbound.io
4141
username: ${{ env.UP_ROBOT_ID }}

0 commit comments

Comments
 (0)