Skip to content

Commit bbeb6a3

Browse files
committed
Add token step
1 parent 10b8fb5 commit bbeb6a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/process-issue-expiration.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20+
- name: Get GitHub App Token
21+
id: token
22+
uses: actions/create-github-app-token@v1
23+
with:
24+
app-id: ${{ secrets.ISSUEOPS_APP_ID }}
25+
private-key: ${{ secrets.ISSUEOPS_APP_PEM_FILE }}
26+
owner: ${{ github.repository_owner }}
27+
2028
- name: Process IssueOps Request
2129
id: process
2230
uses: githubschool/gh-github-intermediate-issueops@main

0 commit comments

Comments
 (0)