diff --git a/.gitea/workflows/tag-old-issues.yaml b/.gitea/workflows/tag-old-issues.yaml index 9788a8d..e9f191c 100644 --- a/.gitea/workflows/tag-old-issues.yaml +++ b/.gitea/workflows/tag-old-issues.yaml @@ -41,6 +41,10 @@ jobs: # Fetch issues using the constructed URL echo ">> Fetching issues ..." + curl -s -X GET \ + -H "Authorization: token ${BOT_TOKEN}" \ + -H "Accept: application/json" \ + "${API_URL}" ISSUES=$(curl -s -X GET \ -H "Authorization: token ${BOT_TOKEN}" \ -H "Accept: application/json" \