Skip to content

Commit

Permalink
chore: fix/token
Browse files Browse the repository at this point in the history
  • Loading branch information
1198994985 committed Feb 5, 2024
1 parent e6df631 commit b311cd3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ jobs:
uses: SvanBoxel/delete-merged-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# publish
- name: echo token
if: startsWith( env.commitmsg , 'chore(release):' ) && steps.tag_check.outputs.exists_tag == 'false'
run: |
echo 'gh_token'
echo $GH_TOKEN
echo 'node_auth_token'
echo $NODE_AUTH_TOKEN
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b311cd3

Please sign in to comment.