Skip to content

Commit

Permalink
Add password to gihub action
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaaartin committed Jun 24, 2024
1 parent 5b06845 commit 0a449cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
yarn test
- name: Git config
run: git config --global user.email "[email protected]" && git config --global user.name "bot"
run: |
git config --global user.email "[email protected]" && git config --global user.name "bot"
password=${{ secrets.GITHUB_TOKEN }}
- name: Apply version major
if: contains(github.event.pull_request.labels.*.name, 'major')
Expand Down

0 comments on commit 0a449cb

Please sign in to comment.