From 70497d7110c3a398ad96ed8f9c097f549065e1c3 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 28 Nov 2023 23:33:26 +0100 Subject: [PATCH] ci: :green_heart: Add autorization --- .gitea/workflows/moulinette.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/moulinette.yml b/.gitea/workflows/moulinette.yml index 9452d68..18abadf 100644 --- a/.gitea/workflows/moulinette.yml +++ b/.gitea/workflows/moulinette.yml @@ -24,6 +24,7 @@ jobs: repository: ${{ steps.tagName.outputs.tag }} # Set default branch ref: master + token: ${{ secrets.TOKEN_GITEA }} - uses: actions/setup-dotnet@v3 with: dotnet-version: '7.0.x'