From 63f5fe21bf629cc31f26dc0bb286a254ca0c3b21 Mon Sep 17 00:00:00 2001 From: gilesb Date: Mon, 23 Oct 2023 21:42:01 +0100 Subject: [PATCH] .... --- .gitea/workflows/develop -> build.yml | 7 ++++--- .gitea/workflows/pr-closed.yml | 7 ++++--- .gitea/workflows/tea.yml | 8 ++++---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/develop -> build.yml b/.gitea/workflows/develop -> build.yml index 9400357..a769194 100644 --- a/.gitea/workflows/develop -> build.yml +++ b/.gitea/workflows/develop -> build.yml @@ -16,9 +16,10 @@ jobs: - env: env run: printenv - name: get tea - uses: ./.gitea/workflows/tea.yml - secrets: - token: ${{ secrets.BOT_TOKEN }} + 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 }} - 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 6a54632..35224e0 100644 --- a/.gitea/workflows/pr-closed.yml +++ b/.gitea/workflows/pr-closed.yml @@ -14,9 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - name: get tea - uses: ./.gitea/workflows/tea.yml - secrets: - token: ${{ secrets.BOT_TOKEN }} + 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 }} - 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 96f87fe..645608a 100644 --- a/.gitea/workflows/tea.yml +++ b/.gitea/workflows/tea.yml @@ -12,7 +12,7 @@ jobs: - name: get tea run: | echo tea please! - 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 }} - echo thank you! + #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 }} + #echo thank you!