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 $?