Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Sep 20, 2024
1 parent 01b5d48 commit f2b039a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-github-discussions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.UPDATE_DISCUSSIONS_JSON_PAT }}
repository: ${{ github.repository }}

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -24,7 +27,7 @@ jobs:
- name: Run load_github_discussions.py
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.UPDATE_DISCUSSIONS_JSON_PAT }}
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: python scripts/load_github_discussions.py

- name: Commit and push if changed
Expand Down

0 comments on commit f2b039a

Please sign in to comment.