mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Update issue_retrieval.yml
This commit is contained in:
4
.github/workflows/issue_retrieval.yml
vendored
4
.github/workflows/issue_retrieval.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
|||||||
id: generate_token
|
id: generate_token
|
||||||
uses: actions/create-github-app-token@v1
|
uses: actions/create-github-app-token@v1
|
||||||
with:
|
with:
|
||||||
app_id: ${{ vars.APP_ID }}
|
app_id: ${{ secrets.ACTION_APP_ID }}
|
||||||
private_key: ${{ vars.APP_PEM }}
|
private_key: ${{ secrets.ACTION_PEM }}
|
||||||
- name: 'Retrieve Issue'
|
- name: 'Retrieve Issue'
|
||||||
uses: abhimeda/rocm_issue_management@main
|
uses: abhimeda/rocm_issue_management@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user