We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87eca4 commit 3ed3d65Copy full SHA for 3ed3d65
.github/workflows/buildAndPublish.yml
@@ -72,11 +72,11 @@ jobs:
72
- name: Build
73
uses: navikt/sf-platform/.github/actions/build@main
74
75
- # - name: Publish artifacts
76
- # uses: navikt/sf-platform/.github/actions/publishArtifact@main
77
- # if: ${{ github.ref_name == 'refs/heads/main' }}
78
- # with:
79
- # nodeToken: ${{ secrets.GITHUB_TOKEN }}
+ - name: Publish artifacts
+ uses: navikt/sf-platform/.github/actions/publishArtifact@main
+ if: ${{ github.ref_name == 'refs/heads/main' }}
+ with:
+ nodeToken: ${{ secrets.GITHUB_TOKEN }}
80
81
- name: Upload artifacts and logs
82
uses: navikt/sf-platform/.github/actions/uploadWorkflowArtifactsAndLogs@main
0 commit comments