From 418f6490e768b3f9a2d0e67609a2c8daee931657 Mon Sep 17 00:00:00 2001 From: lobo Date: Mon, 19 Jun 2023 22:03:31 +0000 Subject: [PATCH] Update .gitea/workflows/hello_world.yaml --- .gitea/workflows/hello_world.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index c18d725..4465af6 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -1,6 +1,9 @@ name: GitHub Actions Demo run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] +env: + ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }} + ACTIONS_RUNTIME_URL: https://git.lerch.org/api/actions_pipeline/ jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest