We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4aae8 commit 46a85a5Copy full SHA for 46a85a5
.github/workflows/deploy-sandbox-dispatch.yaml
@@ -53,11 +53,17 @@ jobs:
53
env:
54
TMP_FILE: tmp_kustomization.yaml
55
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
+
62
- name: Checkout apps repo
63
uses: actions/checkout@v4
64
with:
65
repository: kartverket/skip-apps
- token: ${{ secrets.SKIPERATOR_DEPLOY_SECRET }}
66
+ token: ${{ steps.octo-sts.outputs.token }}
67
68
- name: Download CRD and RBAC
69
uses: actions/download-artifact@v4
0 commit comments