This commit is contained in:
Michel Roegl-Brunner 2025-03-10 15:46:41 +01:00
parent 8a23256c74
commit 1313f80583

View File

@ -22,6 +22,11 @@ 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