diff --git a/.changeset/eighty-keys-destroy.md b/.changeset/eighty-keys-destroy.md new file mode 100644 index 0000000..98c49cc --- /dev/null +++ b/.changeset/eighty-keys-destroy.md @@ -0,0 +1,5 @@ +--- +'@shopify/draggable': patch +--- + +Removes npm token from release workflow diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e89077a..944d9ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,5 +36,5 @@ jobs: with: publish: yarn release env: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: '' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}