From 9ac5eda34a40d32818e94986bd16636ce5694dd7 Mon Sep 17 00:00:00 2001 From: James Musselman Date: Wed, 23 Apr 2025 17:07:06 -0500 Subject: [PATCH] This is to try to stop the infinite actions loop --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 427b261..6679732 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -33,6 +33,6 @@ jobs: direction: upload url: https://gitfor.ge repo: musselman/resume - token: ${{ secrets.FORGEJO_SECRET }} + token: ${{ secrets.GITEA_TOKEN }} release-dir: . override: true