From fa57f2e93f591407438bb9eae6932b0883fac776 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Jun 2025 12:29:25 -0500 Subject: [PATCH] temp debugging --- .gitea/workflows/tag-old-issues.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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" \