Initial commit

This commit is contained in:
packages
2025-10-29 10:03:27 -05:00
commit 9336dedfe7
3 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
name: Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Build and publish
permissions:
contents: read
steps:
- name: Build and publish
uses: https://git.sanin.dev/packages/build-publish-action@master
with:
username: "${{ secrets.USERNAME }}"
token: "${{ secrets.TOKEN }}"