We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b8fb5 commit bbeb6a3Copy full SHA for bbeb6a3
1 file changed
.github/workflows/process-issue-expiration.yml
@@ -17,6 +17,14 @@ jobs:
17
runs-on: ubuntu-latest
18
19
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
+
28
- name: Process IssueOps Request
29
id: process
30
uses: githubschool/gh-github-intermediate-issueops@main
0 commit comments