From e773668de747d3ff4603396d80c8ac402bb74164 Mon Sep 17 00:00:00 2001 From: Matthew Hartstonge Date: Wed, 9 Oct 2024 14:48:25 +1300 Subject: [PATCH] chore(.github/workflows): roll to public centralised workflows. --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 94dddd6..f548d12 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ on: jobs: lint: - uses: linc-technologies/github/.github/workflows/ember_lint.yml@main + uses: linc-technologies/.github/.github/workflows/ember_lint.yml@main secrets: inherit with: node_version: '14.21' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82bedc5..b21a46d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,9 @@ jobs: name: "Publish" needs: [release] if: ${{needs.release.outputs.releases_created}} - uses: linc-technologies/github/.github/workflows/ember_publish.yml@main + uses: linc-technologies/.github/.github/workflows/ember_publish.yml@main secrets: npm_token: ${{ secrets.NPM_TOKEN }} with: + node_version: '14.21' public: true