Make use of reusable workflow #112
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Experimental Packages | |
on: | |
pull_request: | |
branches: | |
- main | |
permissions: | |
pull-requests: write | |
contents: read | |
jobs: | |
publish-experimental: | |
uses: ronin-co/github-actions/.github/workflows/publish-experimental.yml@main | |
with: | |
package_dir: './' # Adjust this path if your package is not at the root | |
secrets: | |
NPM_TOKEN: ${{ secrets.NPM_TOKEN_READ_AND_WRITE }} |