Files
xorg-xeyes/.gitea/workflows/publish.yml
Cory Sanin 2c70191e7e
All checks were successful
Publish / Build and publish (push) Successful in -1m49s
[world-goblins] 'xorg-xeyes-1.3.1-1.3' add
2025-11-07 14:22:27 -05:00

19 lines
410 B
YAML

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_test/build-publish@33a14fb56fce1d2ffa6ff637599fa074415440da
with:
username: "${{ secrets.USERNAME }}"
token: ${{ secrets.TOKEN }}