v2: test env
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
c92810ad5b
commit
db54a552ac
31
.gitea/workflows/test.yaml
Normal file
31
.gitea/workflows/test.yaml
Normal 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 }}
|
||||||
Loading…
x
Reference in New Issue
Block a user