Skip to content

Commit

Permalink
chore: Update GITHUB_TOKEN in package-tag-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 15, 2024
1 parent dc41506 commit 20efae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Publish Dev Tag
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WORKFLOW_GH_USER }}
run: |
rm -rf src .husky .github .storybook .prettierrc .eslint.config.js pnpm-lock.yaml vercel.json vite.config.js
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit 20efae0

Please sign in to comment.