Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion downstream/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion saas-preview-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down