From 55e8105f028dce9949c98af98571505843b82eb2 Mon Sep 17 00:00:00 2001 From: Sheetal Date: Wed, 3 Jan 2024 19:01:20 -0700 Subject: [PATCH] try to relogin --- .github/workflows/demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 3ae8067..a489159 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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