-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fix GitHub Actions Failing Due to Bad Credentials #49
base: main
Are you sure you want to change the base?
Conversation
Rollback Files For Sweep
|
Sandbox Executions
Check .github/workflows/greetings.yml with contents:
Check .github/workflows/auto-invite.yml with contents:
Check .github/workflows/auto-invite.yml with contents:
Check .github/workflows/auto-assign-issue.yml with contents: |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: |
Fixing PR: track the progress here.I'm currently fixing this PR to address the following: [Sweep GHA Fix] The GitHub Actions run failed with the following error logs: |
This issue is stale because it has been open 60 days with no activity. |
PR Feedback (click)
I created this PR to fix the failing GitHub Actions.## Description
This PR addresses the issue of GitHub Actions failing due to bad credentials. The problem was traced back to the GitHub tokens used in the workflow files. The tokens were checked and updated as necessary.
Summary of Changes
BOT_GITHUB_TOKEN
in.github/workflows/greetings.yml
.BOT_GITHUB_TOKEN
in.github/workflows/auto-invite.yml
.REDBOT_GITHUB_TOKEN
in.github/workflows/auto-assign-issue.yml
.Please review the changes and let me know if any further modifications are required.