Skip to content

Commit

Permalink
fixed env variable name for repo sync auth (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Dec 24, 2024
1 parent 27e2b00 commit 87cb44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/operatorhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
gh repo sync ${{ matrix.repo.fork }}
env:
GITHUB_TOKEN: ${{ secrets.VM_BOT_GH_TOKEN }}
GH_TOKEN: ${{ secrets.VM_BOT_GH_TOKEN }}
- name: Check out OperatorHub operators repo fork
uses: actions/checkout@v4
Expand Down

0 comments on commit 87cb44a

Please sign in to comment.