Skip to content

Commit d7fc7a1

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎.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@c94ce9fb468520275223c153574b00df6fe4bcc9 # 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@c94ce9fb468520275223c153574b00df6fe4bcc9 # 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)