Skip to content

Commit

Permalink
fix: 토큰 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wo-o29 committed Aug 1, 2024
1 parent a53a09b commit 6316707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/add-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,8 @@ jobs:
pull-requests: write # required to add labels to pull requests

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Print GitHub Context
run: |
echo '${{ toJson(github) }}' > github_context.json
cat github_context.json
- name: Print Environment Variables
run: env
run: echo '${{ toJson(github) }}'

- name: Run Issue PR Labeler
uses: hoho4190/[email protected]
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts

*storybook.log
*storybook.log

issue_event.json

0 comments on commit 6316707

Please sign in to comment.