🔄 synced local '.github/' with remote 'repo-template/.github/'
This commit is contained in:
@@ -71,4 +71,3 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
|
|||||||
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
|
||||||
|
|
||||||
[homepage]: https://www.contributor-covenant.org
|
[homepage]: https://www.contributor-covenant.org
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,13 @@ jobs:
|
|||||||
name: Add issue to project
|
name: Add issue to project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Get App Token
|
||||||
|
uses: actions/create-github-app-token@v1.6.1
|
||||||
|
id: generate_token
|
||||||
|
with:
|
||||||
|
app-id: ${{ secrets.APP_ID }}
|
||||||
|
private-key: ${{ secrets.PRIVATE_KEY }}
|
||||||
- uses: actions/add-to-project@v0.5.0
|
- uses: actions/add-to-project@v0.5.0
|
||||||
with:
|
with:
|
||||||
project-url: https://github.com/orgs/Qbox-project/projects/4
|
project-url: https://github.com/orgs/Qbox-project/projects/4
|
||||||
github-token: ${{ secrets.PROJECTS_PAT }}
|
github-token: ${{ steps.generate_token.outputs.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user