v2: test env

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2024-11-26 11:31:33 +03:30
parent c92810ad5b
commit db54a552ac
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -0,0 +1,31 @@
name: Buf CI
on:
push:
permissions:
contents: write
pull-requests: write
packages: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- run: |
echo "test"
echo ${{ gitea.server_url }}
echo ${{ gitea.token }}
echo ${{ secrets.PROD_REG_TOKEN }}
echo ${{ gitea.ref_name }}
echo ${{ gitea.action_ref }}
echo ${{ gitea.action_path }}
echo ${{ gitea.action_repository }}
echo ${{ gitea.base_ref }}
echo ${{ gitea.env }}
echo ${{ gitea.event }}
echo ${{ gitea.head_ref }}
echo ${{ gitea.job }}
echo ${{ gitea.run_attempt }}
echo ${{ gitea.triggering_actor }}
echo ${{ gitea.workflow_ref }}
echo ${{ gitea.workspace }}