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

Fix GitHub Actions Authentication Issue #65

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link
Contributor

@sweep-ai sweep-ai bot commented Dec 31, 2023

PR Feedback (click)

  • 👍 Sweep Did Well
  • 👎 Sweep Needs Improvement
    I created this PR to fix the failing GitHub Actions.## Description
    This PR addresses the issue with the GitHub Actions workflow failing due to bad credentials. The issue was occurring because the workflow was not properly authenticated with a GitHub token.

The solution involved modifying the lock-threads.yml file to include a step that sets up the GitHub token before the lock-threads action is run. This ensures that the workflow is authenticated and the lock-threads action can run successfully.

Summary of Changes

  • Added a new step to the lock-threads.yml workflow that uses the actions/checkout@v2 action to checkout the code using the GitHub token.
  • This step authenticates the workflow and allows the lock-threads action to run without encountering a "Bad credentials" error.
name: Lock Threads

on:
  schedule:
    - cron: '0 0 * * *'

jobs:
  lock:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
      - name: Lock Threads
        uses: dessant/lock-threads@v4
        with:

Copy link
Contributor Author

sweep-ai bot commented Dec 31, 2023

Rollback Files For Sweep

  • Rollback changes to .github/workflows/lock-threads.yml
  • Rollback changes to .github/workflows/lock-threads.yml

Copy link
Contributor Author

sweep-ai bot commented Dec 31, 2023

Sandbox Executions

  • Running GitHub Actions for .github/workflows/lock-threads.yml
Check .github/workflows/lock-threads.yml with contents:

Ran GitHub Actions for 2ebadc7b6b558eb1a39d604ac054927f9cddc6d9:

@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Dec 31, 2023
Copy link
Contributor Author

sweep-ai bot commented Dec 31, 2023

Sweeping

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:

The command:
Run alex-page/[email protected]
yielded the following error:
##[error]Bad credentials

Here are the logs:


Making changes according to plan... (step 3/3)

Copy link
Contributor Author

sweep-ai bot commented Dec 31, 2023

Sweeping

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:

The command:
Run contributor-assistant/[email protected]
yielded the following error:
##[error]graphql call to get the committers details failed: HttpError: Bad credentials

Here are the logs:
CLA Assistant GitHub Action bot has started the process

Making changes according to plan... (step 3/3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant