From 7657bb0a1975792c49f047102f7c4d70c2dedf34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Kr=C3=A4ml?= Date: Wed, 5 Nov 2025 12:16:17 +0100 Subject: [PATCH] chore: use self-hosted octo-sts --- downstream/action.yml | 2 +- saas-preview-environment/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/downstream/action.yml b/downstream/action.yml index ee5eb1d..dc1f098 100644 --- a/downstream/action.yml +++ b/downstream/action.yml @@ -63,7 +63,7 @@ runs: steps: - name: Checkout uses: actions/checkout@v4 - - uses: octo-sts/action@v1.0.0 + - uses: shopware/octo-sts-action@main if: ${{ ! inputs.token }} id: sts with: diff --git a/saas-preview-environment/action.yml b/saas-preview-environment/action.yml index 8df9fc2..855fac2 100644 --- a/saas-preview-environment/action.yml +++ b/saas-preview-environment/action.yml @@ -23,7 +23,7 @@ runs: steps: - name: Get token if: ${{ inputs.token == '' }} - uses: octo-sts/action@main + uses: shopware/octo-sts-action@main id: octo-sts with: scope: shopware/saas