We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0fe1f commit c6c50abCopy full SHA for c6c50ab
1 file changed
.github/workflows/add-to-project.yml
@@ -10,8 +10,15 @@ jobs:
10
name: Add issue to project
11
runs-on: ubuntu-latest
12
steps:
13
+ - name: Generate token
14
+ id: generate_token
15
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
16
+ with:
17
+ app-id: ${{ secrets.PROJECT_APP_ID }}
18
+ private-key: ${{ secrets.PROJECT_APP_PRIVATE_KEY }}
19
+ owner: fluent
20
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
21
with:
22
project-url: https://github.com/orgs/fluent/projects/4
- github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
23
+ github-token: ${{ steps.generate_token.outputs.token }}
24
labeled: waiting-for-triage
0 commit comments