Skip to content

Commit

Permalink
remove gh token from append summary step
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Jan 2, 2025
1 parent 78822fb commit c0726a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ jobs:

- name: Append summary for repository
if: success()
env:
GH_TOKEN: ${{ secrets.PUBLIC_GITHUB_TOKEN }}
run: |
repo_name="${{ matrix.repo.name }}"
branch_name="update-template-files"
Expand Down

0 comments on commit c0726a2

Please sign in to comment.