Skip to content

Commit 46a85a5

Browse files
committed
use octosts on deploy-sandbox-dispatch
1 parent 4b4aae8 commit 46a85a5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/deploy-sandbox-dispatch.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,17 @@ jobs:
5353
env:
5454
TMP_FILE: tmp_kustomization.yaml
5555
steps:
56+
- uses: octo-sts/action@6177b4481c00308b3839969c3eca88c96a91775f # v1.0.0
57+
id: octo-sts
58+
with:
59+
scope: kartverket/skip-apps
60+
identity: skiperator
61+
5662
- name: Checkout apps repo
5763
uses: actions/checkout@v4
5864
with:
5965
repository: kartverket/skip-apps
60-
token: ${{ secrets.SKIPERATOR_DEPLOY_SECRET }}
66+
token: ${{ steps.octo-sts.outputs.token }}
6167

6268
- name: Download CRD and RBAC
6369
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)