This commit is contained in:
Michel Roegl-Brunner 2025-03-11 11:08:46 +01:00
parent eca2b2d578
commit 65b4f65772

View File

@ -16,8 +16,8 @@ jobs:
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ vars.MAIN_APP_ID }}
private-key: ${{ secrets.MAIN_APP_PRIVATE_KEY }}
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Checkout repository
uses: actions/checkout@v4
@ -27,7 +27,7 @@ jobs:
- name: List Issues in Repository
id: list_issues
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
run: |
echo "Filtering Issues with Label MigrationTest"