This commit is contained in:
Michel Roegl-Brunner 2025-03-10 15:49:38 +01:00
parent 6bbca9f676
commit 471513ed2a

View File

@ -9,6 +9,8 @@ jobs:
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Generate a token
@ -22,11 +24,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
- name: Set up GH_TOKEN
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "GH_TOKEN=${GH_TOKEN}" >> $GITHUB_ENV
- name: List Issues in Repository
id: list_issues