Skip to content

Commit

Permalink
generate token with topology app
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 13, 2024
1 parent dcf7a45 commit 8b536c9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/project-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.TOPOLOGY_APP_ID }}
private-key: ${{ secrets.TOPOLOGY_APP_PEM }}

- uses: actions/[email protected]
env:
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
with:
project-url: https://github.com/orgs/topology-foundation/projects/1
github-token: ${{ secrets.TOPOLOGY_APP_TOKEN }}
github-token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 8b536c9

Please sign in to comment.