Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit a900e34

Browse files
committed
Action sjekk ut repo
1 parent b389f3c commit a900e34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manuell_deploy_dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ on:
44
workflow_dispatch:
55

66
env:
7+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
NAMESPACE: teamforeldrepenger
89
CLUSTER: dev-gcp
910

1011
jobs:
1112
deploy:
1213
runs-on: ubuntu-latest
1314
steps:
15+
- name: Sjekk ut repo
16+
uses: actions/checkout@v2
1417
- name: Deploy til dev-gcp
1518
uses: nais/deploy/actions/deploy@v1
1619
env:

0 commit comments

Comments
 (0)