Skip to content

Commit

Permalink
updated gist-sync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 22, 2024
1 parent 8489759 commit 5d2ab23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gist-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d2ab23

Please sign in to comment.