secret-test/.gitea/workflows/demo.yaml
Maximilian Keßler b6acec2398
All checks were successful
Gitea Actions Demo / print (push) Successful in 4s
fix format
2023-10-16 21:30:21 +02:00

13 lines
249 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
print:
runs-on: ubuntu-latest
steps:
- name: print secret
run: |
echo "The secret is ${{ secrets.test }}"