Skip to content

Commit

Permalink
Update set-project workflow to use automation token (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister authored Apr 13, 2023
1 parent 3241faa commit 65c5b5e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/set-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ jobs:
name: 'Set project'
runs-on: ubuntu-latest
steps:
- name: Set project
uses: actions/[email protected]
- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.AUTOMATION_APP_ID }}
private_key: ${{ secrets.AUTOMATION_APP_PRIVATE_KEY }}

- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/OpenSlides/projects/2
github-token: ${{ secrets.ISSUE_AND_PR_PAT }}
github-token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 65c5b5e

Please sign in to comment.