Skip to content

Commit 67d5c36

Browse files
committed
Correct versions
1 parent dd7e9e0 commit 67d5c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/process-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
steps:
2222
- name: Get GitHub App Token
2323
id: token
24-
uses: actions/create-github-app-token@main
24+
uses: actions/create-github-app-token@v1
2525
with:
2626
app-id: ${{ secrets.ISSUEOPS_APP_ID }}
2727
private-key: ${{ secrets.ISSUEOPS_APP_PEM_FILE }}
2828
owner: ${{ github.repository_owner }}
2929

3030
- name: Process IssueOps Request
3131
id: process
32-
uses: githubschool/gh-github-intermediate-issueops@v1
32+
uses: githubschool/gh-github-intermediate-issueops@main
3333
with:
3434
action: create
3535
github_token: ${{ steps.token.outputs.token }}

0 commit comments

Comments
 (0)