Files
xorg-xeyes/.gitea/workflows/publish.yml
Cory Sanin 9e8907b084
Some checks failed
Publish / Build and publish (push) Failing after -2m14s
[world-gremlins] 'xorg-xeyes-1.3.1-1.2' add
2025-11-07 13:40:19 -05:00

19 lines
380 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@d378b9856c
with:
username: "${{ secrets.USERNAME }}"
token: ${{ secrets.TOKEN }}