From 5957861aac86fccf6cf2f67cc6ab844ef7a09db1 Mon Sep 17 00:00:00 2001 From: neale Date: Wed, 25 Oct 2023 18:09:41 -0600 Subject: [PATCH] Update .gitea/workflows/build.yaml --- .gitea/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 32fcaaf..c8fe23d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,8 @@ jobs: - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Dump the entire environment run: env - - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner ${{ github.token }}." + - name: Token + run: echo "${{ github.token }}" | base64 - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository run: |