Initial commit
Some checks failed
/ artifact (push) Failing after 15s

This commit is contained in:
Bart van der Braak 2024-11-19 11:02:40 +01:00
commit 17f50bbdc5
5 changed files with 422 additions and 0 deletions

View file

@ -0,0 +1,16 @@
on:
push:
branches:
- main
jobs:
artifact:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/forgejo-release@v2
with:
direction: upload
url: "${{ env.GITHUB_SERVER_URL }}"
repo: "${{ env.GITHUB_REPOSITORY }}"
release-dir: "${{ env.GITHUB_WORKSPACE }}/config"
token: "${{ secrets.ACCESS_TOKEN }}"