Skip to content

Commit

Permalink
fix: token제거
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse committed Jul 16, 2024
1 parent 2e859a2 commit 45639ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/package-tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
- name: Publish Dev Tag
env:
GITHUB_TOKEN: ${{ secrets.WORKFLOW_GH_USER }}
TAG_NAME: ${{ steps.tag-meta.outputs.BRANCH_SLUG }}-${{ steps.tag-meta.outputs.TIME }}
run: |
rm -rf src .husky .github .storybook .prettierrc .eslint.config.js pnpm-lock.yaml vercel.json vite.config.js tsconfig.json tsconfig.build.json tsconfig.node.json
Expand Down

0 comments on commit 45639ab

Please sign in to comment.