Awesome-go: Fix issues with workflow testing

Created on 29 Sep 2020  路  6Comments  路  Source: avelino/awesome-go

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

bug

All 6 comments

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.

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

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
  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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kevinburke picture kevinburke  路  9Comments

PotHix picture PotHix  路  8Comments

lishuhao picture lishuhao  路  14Comments

ghost picture ghost  路  4Comments

kaxap picture kaxap  路  21Comments