From 2bd0b4152a39f337e68bff7624598f7cbefe0aeb Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 26 Oct 2025 22:14:01 +0100 Subject: [PATCH] ok creo que ya --- .gitea/workflows/deploy-new.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-new.yml b/.gitea/workflows/deploy-new.yml index c91f98e..ec13a6a 100644 --- a/.gitea/workflows/deploy-new.yml +++ b/.gitea/workflows/deploy-new.yml @@ -3,7 +3,7 @@ on: # allows the workflow to be run manually workflow_dispatch: env: - REPO_NAME: focabot + REPO_NAME: BotNoticias jobs: install-requirements: runs-on: ubuntu-latest @@ -50,7 +50,7 @@ jobs: uses: https://github.com/fifsky/ssh-action@master with: command: | - cd ${{ env.REPO_NAME }}/lib/bot + cd /dev/shm/ touch token.0 echo ${{ env.BOT_TOKEN }} > token.0 echo $?