Skip to content

plasma-new-hope: Refactoring tabs tokens, variations, config #636

plasma-new-hope: Refactoring tabs tokens, variations, config

plasma-new-hope: Refactoring tabs tokens, variations, config #636

Workflow file for this run

name: Release
on:
pull_request:
branches:
- master
pull_request_target:
branches:
- dev
concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
authorize:
name: Authorize external pull request
uses: ./.github/workflows/authorize-external-pr.yml
publish:
name: Publish canary version
needs: [ authorize ]
uses: ./.github/workflows/publish-common.yml
with:
ref: refs/pull/${{github.event.pull_request.number}}/merge
secrets:
gh_token: ${{ secrets.GH_TOKEN }}
npm_registry_token: ${{ secrets.NPM_REGISTRY_TOKEN }}