Skip to content

Commit

Permalink
ci(.github/workflows): migrate to internal publish config.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhartstonge committed Oct 9, 2024
1 parent 43a549f commit b83dc2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 101 deletions.
99 changes: 0 additions & 99 deletions .github/workflows/publish.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
name: "Publish"
needs: [release]
if: ${{needs.release.outputs.releases_created}}
uses: linc-technologies/github/.github/workflows/ember_publish.yml@main
permissions:
contents: read
id-token: write
packages: write
uses: ./.github/workflows/publish.yml
secrets: inherit
secrets:
npm_token: ${{ secrets.NPM_TOKEN }}
with:
public: true

0 comments on commit b83dc2d

Please sign in to comment.