Skip to content

Commit

Permalink
set GH_TOKEN env(GH_TOKEN 환경변수 설정)
Browse files Browse the repository at this point in the history
  • Loading branch information
dropdb220 committed Feb 9, 2022
1 parent 39959ef commit ded6c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: yarn
- name: Build
run: yarn build
env:
GH_TOKEN: ${{ github.token }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ded6c2f

Please sign in to comment.