Remove extra gh login

This commit is contained in:
Ethan Dennis
2022-05-31 12:01:10 -07:00
parent 662ccb3927
commit be2efb17bf
-1
View File
@@ -32,7 +32,6 @@ jobs:
- name: Install Valet CLI
shell: bash
run: |
echo ${{ secrets.valet_ghcr_password }} | gh auth login --with-token
gh extension install github/gh-valet
gh valet update --username ${{ secrets.valet_ghcr_username }} --password ${{ secrets.valet_ghcr_password }}
- uses: actions-ecosystem/action-add-labels@v1