We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7e9e0 commit 67d5c36Copy full SHA for 67d5c36
.github/workflows/process-issue.yml
@@ -21,15 +21,15 @@ jobs:
21
steps:
22
- name: Get GitHub App Token
23
id: token
24
- uses: actions/create-github-app-token@main
+ uses: actions/create-github-app-token@v1
25
with:
26
app-id: ${{ secrets.ISSUEOPS_APP_ID }}
27
private-key: ${{ secrets.ISSUEOPS_APP_PEM_FILE }}
28
owner: ${{ github.repository_owner }}
29
30
- name: Process IssueOps Request
31
id: process
32
- uses: githubschool/gh-github-intermediate-issueops@v1
+ uses: githubschool/gh-github-intermediate-issueops@main
33
34
action: create
35
github_token: ${{ steps.token.outputs.token }}
0 commit comments