Skip to content

Commit

Permalink
gh auth login is not necessary with $GITHUB_TOKEN in env
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindio committed May 31, 2022
1 parent 842d036 commit 65e26ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .semaphore/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ blocks:
commands:
- checkout
- docker login --username "${DOCKER_USERNAME}" --password-stdin <<< "${DOCKER_PASSWORD}"
- gh auth login --with-token <<< "${GITHUB_TOKEN}"
- gh auth setup-git
- git config --global user.email "[email protected]"
- git config --global user.name "Semaphore CI"
Expand Down

0 comments on commit 65e26ab

Please sign in to comment.