From 5265c013c14b6a506efc0d6d97165f881a6060cc Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 3 Dec 2024 14:15:43 +0100 Subject: [PATCH] Setup auto-publish action --- .gitea/workflows/release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index da39d9ba..3fd6b078 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -63,10 +63,10 @@ jobs: api_key: '${{secrets.ALLOW_PUSH_RELEASE}}' - name: Publish Module to FoundryVTT Website - uses: https://github.com/Varriount/fvtt-autopublish@latest - with: - username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} - password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} - module-id: foundryvtt-reve-de-dragon - manifest-url: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download//${{github.event.release.tag_name}}/system.json - manifest-file: system.json \ No newline at end of file + uses: https://github.com/Varriount/fvtt-autopublish@latest + with: + username: ${{ secrets.FOUNDRY_ADMIN_USERNAME }} + password: ${{ secrets.FOUNDRY_ADMIN_PASSWORD }} + module-id: foundryvtt-reve-de-dragon + manifest-url: https://www.uberwald.me/gitea/${{gitea.repository}}/releases/download//${{github.event.release.tag_name}}/system.json + manifest-file: system.json \ No newline at end of file