From 5d2ab23696d5ecf79c8a4fc3bf5ae6c7be3459e2 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Fri, 22 Mar 2024 01:06:04 +0000 Subject: [PATCH] updated gist-sync.yaml --- .github/workflows/gist-sync.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gist-sync.yaml b/.github/workflows/gist-sync.yaml index 6e9a31db..52e82008 100644 --- a/.github/workflows/gist-sync.yaml +++ b/.github/workflows/gist-sync.yaml @@ -56,8 +56,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: GitHub CLI Auth Login - run: gh auth login --with-token <<< "$GH_TOKEN" + #- name: GitHub CLI Auth Login + # run: gh auth login --with-token <<< "$GH_TOKEN" + # + # The value of the GH_TOKEN environment variable is being used for authentication. + # To have GitHub CLI store credentials instead, first clear the value from the environment. + # - name: Sync READMEs to Gists run: | for readme in *.md; do