From 2360b2483b4effb0b5d9f63a8cd2c325035ae737 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Feb 2024 14:25:23 +0000 Subject: [PATCH] Fix key --- .gitea/workflows/generate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/generate.yaml b/.gitea/workflows/generate.yaml index bf2f5b3..70fe0c0 100644 --- a/.gitea/workflows/generate.yaml +++ b/.gitea/workflows/generate.yaml @@ -29,7 +29,7 @@ jobs: body: Addition of more automatically parsed PIS Codes tag_name: ${{ steps.timestamp.outputs.date }} name: ${{ steps.timestamp.outputs.date }} - token: ${{ secrets.OWLBOT_TOKEN }} + token: ${{ secrets.OWLBOT_KEY }} ## Adjust so that the release is posted by OwlBot