srggrs / assign-one-project-github-action

Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
MIT License
169 stars 60 forks source link

Don't need to manually add secrets.GITHUB_TOKEN #61

Open ian-whitestone opened 3 years ago

ian-whitestone commented 3 years ago

As per Github docs here, the secrets.GITHUB_TOKEN is automatically available in your repo, don't need to manually add a token.

srggrs commented 3 years ago

Thx! Okay maybe the API evolved since the last time I fix this. Let me have a look.