Skip to content

Commit

Permalink
github: fix secret handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nitnelave committed Apr 11, 2023
1 parent 1cee1c6 commit 4631126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Scrape posts and update README
run: ruby ./.github/scripts/rss.rb
env:
GITHUB_TOKEN: $GITHUB_TOKEN
GITHUB_REPOSITORY: $GITHUB_REPOSITORY
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${GITHUB_REPOSITORY}

0 comments on commit 4631126

Please sign in to comment.