Skip to content

Commit

Permalink
Add GitHub App token generation to todos workflow and update project …
Browse files Browse the repository at this point in the history
…settings

Signed-off-by: Nikolai Emil Damm <neq@energinet.dk>
  • Loading branch information
devantler committed Feb 5, 2025
1 parent 4ca8fc9 commit 3fbd3df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: Generate GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: "alstr/todo-to-issue-action@v5"
env:
AUTO_ASSIGN: true
LABEL: chore
CLOSE_ISSUES: true
PROJECT: user/devantler/4
PROJECTS_SECRET: ${{ steps.app-token.outputs.token }}

0 comments on commit 3fbd3df

Please sign in to comment.