Skip to content

Commit c72f1dc

Browse files
Migrate to actions/create-github-app-token (#580)
* Migrate to actions/create-github-app-token * Fix parameter names: use app-id and private-key
1 parent 5b89c30 commit c72f1dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-completed-sprint-on-issue-closed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Generate token
1414
id: generate_token
15-
uses: tibdex/github-app-token@v1
15+
uses: actions/create-github-app-token@v1
1616
with:
17-
app_id: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_ID }}
18-
private_key: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_PEM }}
17+
app-id: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_ID }}
18+
private-key: ${{ secrets.GH_PROJECT_MANAGEMENT_APP_PEM }}
1919
- name: Update CompletedSprint on Issue Closed
2020
id: update_completedsprint_on_issue_closed
2121
uses: stellar/actions/update-completed-sprint-on-issue-closed@main

0 commit comments

Comments
 (0)