diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2ec0750..c6a37e1 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -10,7 +10,7 @@ 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 "github.token: ${{ github.token }}" + - run: echo "github.token: ${{ github.repository }}" - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository