From dcce85a84aeef1e7cd3251e1a8a45fede2e1e75d Mon Sep 17 00:00:00 2001 From: abhimeda <138710508+abhimeda@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:57:29 -0500 Subject: [PATCH] Update issue_retrieval.yml --- .github/workflows/issue_retrieval.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_retrieval.yml b/.github/workflows/issue_retrieval.yml index b53993930..c19bcb491 100644 --- a/.github/workflows/issue_retrieval.yml +++ b/.github/workflows/issue_retrieval.yml @@ -12,8 +12,8 @@ jobs: id: generate_token uses: actions/create-github-app-token@v1 with: - app_id: ${{ vars.APP_ID }} - private_key: ${{ vars.APP_PEM }} + app_id: ${{ secrets.ACTION_APP_ID }} + private_key: ${{ secrets.ACTION_PEM }} - name: 'Retrieve Issue' uses: abhimeda/rocm_issue_management@main with: