Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed env variable name for repo sync auth #1202

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

AndrewChubatiuk
Copy link
Contributor

No description provided.

@@ -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 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the reason for fixing?
According to the doc, both are valid, and we use them both(maybe duplicated) in chart.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndrewChubatiuk AndrewChubatiuk merged commit 87cb44a into master Dec 24, 2024
3 checks passed
@AndrewChubatiuk AndrewChubatiuk deleted the fixed-env-variable-for-repo-sync branch December 24, 2024 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants