Skip to content

Commit

Permalink
chore(.github/workflows): roll to public centralised workflows. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge authored Oct 9, 2024
2 parents 8f0cf5c + e773668 commit e3662c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e3662c0

Please sign in to comment.