Skip to content

Commit

Permalink
try to relogin
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetal-purple committed Jan 4, 2024
1 parent f3cf44c commit 55e8105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
git add --force .
git commit -m "add contents of dist-files v${{ env.SPEC_VERSION }}"
git log
# echo "${{ secrets.GITHUB_TOKEN }}" > token.txt
echo "${{ secrets.GITHUB_TOKEN }}" > token.txt
# Authorize GitHub CLI for the current repository and
# create a pull-requests containing the updates.
# gh auth login --with-token < token.txt
gh auth login --with-token < token.txt
git tag -a v${{ env.SPEC_VERSION }} -m "Update v${{ env.SPEC_VERSION }}"
git push origin master --follow-tags --force
Expand Down

0 comments on commit 55e8105

Please sign in to comment.