Skip to content

Commit

Permalink
update to org
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Aug 27, 2023
1 parent c2bca3b commit c8a5e2f
Show file tree
Hide file tree
Showing 9 changed files with 6,826 additions and 4,190 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/github-npm-feature-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ on:

jobs:
testing:
uses: ./.github/workflows/node-qa-testing.yml
permissions:
pull-requests: write
uses: Beuterei/reusable-workflows/.github/workflows/node-qa-testing.yml@main
with:
run_jest_coverage: false
secrets: inherit

publish-feature-tag:
needs: testing
permissions:
packages: write
uses: beuluis/reusable-workflows/.github/workflows/github-npm-publish.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/github-npm-publish.yml@main
with:
dist_tag: ${{ github.head_ref }}
secrets: inherit
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/github-npm-feature-remove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
packages: write
if: ${{ github.event.action == 'closed' }}
uses: beuluis/reusable-workflows/.github/workflows/github-npm-remove-dist-tag.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/github-npm-remove-dist-tag.yml@main
with:
dist_tag: ${{ github.head_ref }}
secrets: inherit
secrets: inherit
11 changes: 0 additions & 11 deletions .github/workflows/node-qa-testing.yml

This file was deleted.

11 changes: 8 additions & 3 deletions .github/workflows/npm-next-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:

jobs:
testing:
uses: ./.github/workflows/node-qa-testing.yml
permissions:
contents: write
uses: Beuterei/reusable-workflows/.github/workflows/node-qa-testing.yml@main
with:
run_jest_coverage: false
secrets: inherit

publish-npm:
needs: testing
uses: beuluis/reusable-workflows/.github/workflows/npm-publish.yml@main
uses: Beuterei/reusable-workflows/.github/workflows/npm-publish.yml@main
with:
dist_tag: 'next'
secrets: inherit
secrets: inherit
9 changes: 6 additions & 3 deletions .github/workflows/npm-production-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:

jobs:
testing:
uses: ./.github/workflows/node-qa-testing.yml
uses: Beuterei/reusable-workflows/.github/workflows/node-qa-testing.yml@main
with:
run_jest_coverage: false
secrets: inherit

publish-npm:
needs: testing
uses: beuluis/reusable-workflows/.github/workflows/npm-publish.yml@main
secrets: inherit
uses: Beuterei/reusable-workflows/.github/workflows/npm-publish.yml@main
secrets: inherit
Loading

0 comments on commit c8a5e2f

Please sign in to comment.