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 issues with workflow testing #3271

Closed
mrKappen opened this issue Sep 28, 2020 · 6 comments
Closed

Fix issues with workflow testing #3271

mrKappen opened this issue Sep 28, 2020 · 6 comments
Labels

Comments

@mrKappen
Copy link
Collaborator

Workflow seems to have had some build issues. I modified the github action. the pr is #3270

@mrKappen
Copy link
Collaborator Author

hey @avelino. I noticed that the new workflow seems to have failed to run. I have added some modifications to the workflow that should address the issue.

@avelino
Copy link
Owner

avelino commented Oct 9, 2020

It's not working yet, can you review it?
https://github.com/avelino/awesome-go/runs/1204117398?check_suite_focus=true

@avelino avelino added the bug label Oct 9, 2020
@mrKappen
Copy link
Collaborator Author

Hey @avelino . Sure thing. I modified the workflow file which should fix the issue. It is scheduled to run every week, so it should run again soon

@mrKappen
Copy link
Collaborator Author

Hey @avelino. The test_stale_repositories workflow requires an oauth token in order to be able create an issue. To set this up you need to do the following things:

  1. create a personal access token (https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token)
  2. add a secret to the avelino/awesome-go repository with the name OAUTH_TOKEN and the value equal to the token that you made

@avelino
Copy link
Owner

avelino commented Oct 11, 2020

  1. create a personal access token (https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token)
  2. add a secret to the avelino/awesome-go repository with the name OAUTH_TOKEN and the value equal to the token that you made

done

@avelino
Copy link
Owner

avelino commented Oct 11, 2020

manual run: https://github.com/avelino/awesome-go/runs/1239337829?check_suite_focus=true
issue auto created: #3295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants