Skip to content

Commit ad21c2e

Browse files
chore(workflow): remove unnecessary secret in workflow
This pull request includes a small change to the `.github/workflows/publish-package.yml` workflow file. The change removes the `GITHUB_TOKEN` environment variable from the publish step, likely as it is no longer required for the package publishing process.
1 parent 2db4f62 commit ad21c2e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/publish-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ jobs:
3838
- name: Publish package
3939
working-directory: packages/public/${{ github.event.inputs.package }}
4040
env:
41-
GITHUB_TOKEN: ${{ secrets.FLOW_GITHUB_TOKEN }}
4241
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
4342
run: npx semantic-release ${{ github.event.inputs.cliArgs }}

0 commit comments

Comments
 (0)