From 099d848dbe7cf2c63bbb10f60e2f8ae538ab9348 Mon Sep 17 00:00:00 2001 From: milovann Date: Wed, 4 Dec 2024 00:24:14 +0100 Subject: [PATCH] workflow --- .forgejo/workflows/publish.yml | 6 +++--- pages/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 6e147f3..246d78d 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -17,11 +17,11 @@ jobs: - name: Update website env: ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }} - if: ${{ secrets.WEB != '' }} + if: ${{ secrets.WEBTOKEN != '' }} run: | echo "Cloning" - echo ${{ secrets.WEB }} - git clone https://rvba:${{ secrets.WEB }}@git.forgeons.org/rvba/web + echo ${{ secrets.WEBTOKEN }} + git clone https://rvba:${{ secrets.RVBA }}@git.forgeons.org/rvba/web echo "Cd" cd web echo "Config" diff --git a/pages/index.md b/pages/index.md index 563ec0c..eef5a92 100644 --- a/pages/index.md +++ b/pages/index.md @@ -1,4 +1,4 @@ # Forgeons ! -This is not a test +This is not a test !