Skip to content

Commit

Permalink
fix token var
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Nov 14, 2023
1 parent 17d97f4 commit c25b23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-community-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: sync fork
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh repo sync DataDog/community-operators \
--source k8s-operatorhub/community-operators \
Expand Down

0 comments on commit c25b23d

Please sign in to comment.