From 45dc4c99919db6b824f8d7ac194cd1c6009cb482 Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 23 Oct 2023 21:43:06 +0100 Subject: [PATCH] .... --- .gitea/workflows/develop -> build.yml | 2 +- .gitea/workflows/pr-closed.yml | 2 +- .gitea/workflows/tea.yml | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/develop -> build.yml b/.gitea/workflows/develop -> build.yml index a769194..751a3ef 100644 --- a/.gitea/workflows/develop -> build.yml +++ b/.gitea/workflows/develop -> build.yml @@ -19,7 +19,7 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea chmod +x ../tea - ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }} + ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }} - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' diff --git a/.gitea/workflows/pr-closed.yml b/.gitea/workflows/pr-closed.yml index 35224e0..7decd0e 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -17,7 +17,7 @@ jobs: run: | curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output ../tea chmod +x ../tea - ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }} + ../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.BOT_TOKEN }} - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 with: token: ${{ secrets.BOT_TOKEN }} diff --git a/.gitea/workflows/tea.yml b/.gitea/workflows/tea.yml index 645608a..e0e700d 100644 --- a/.gitea/workflows/tea.yml +++ b/.gitea/workflows/tea.yml @@ -16,3 +16,13 @@ jobs: #chmod +x ../tea #../tea login add -n=this --url=${{ github.server_url}} -t=${{ secrets.token }} #echo thank you! +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 + with: + token: ${{ secrets.BOT_TOKEN }} + fetch-depth: '10' + - name: ls + run: ls