Skip to content

Commit 8d2e4ae

Browse files
committed
Bruke riktig cdn deploy action
1 parent 31984d3 commit 8d2e4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-v3.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: bun run build
2929
- name: Upload to CDN dev path
3030
if: github.ref == 'refs/heads/v3' || github.ref == 'refs/heads/dev'
31-
uses: navikt/deploy/actions/cdn-upload/v2@master
31+
uses: nais/deploy/actions/cdn-upload/v2@master
3232
with:
3333
team: personoversikt
3434
source: ./v3/packages/internarbeidsflate-decorator-v3/dist/
@@ -38,7 +38,7 @@ jobs:
3838
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
3939
- name: Upload to CDN prod path
4040
if: github.ref == 'refs/heads/main'
41-
uses: navikt/deploy/actions/cdn-upload/v2@master
41+
uses: nais/deploy/actions/cdn-upload/v2@master
4242
with:
4343
team: personoversikt
4444
source: ./v3/packages/internarbeidsflate-decorator-v3/dist/

0 commit comments

Comments
 (0)