diff --git a/ .gitea / workflows /push.yaml b/ .gitea / workflows /push.yaml new file mode 100644 index 0000000..c80f139 --- /dev/null +++ b/ .gitea / workflows /push.yaml @@ -0,0 +1,19 @@ +name: Deploy +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +on: + push: + branches: + - main + +jobs: + push: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Docker Test + uses: docker://git.ties.one/public/custom_act_runner:latest + env: + action: package + REPO_SECRET: ${{ secrets.REPO_SECRET }} + GITHUB_CONTEXT: ${{ toJson(github) }} \ No newline at end of file