Skip to content

[series] new version of utils #4

[series] new version of utils

[series] new version of utils #4

Workflow file for this run

on:
push:
paths:
'cmd/servus-extapi/**.go'
workflow_dispatch: {}
jobs:
trigger:
runs-on: ubuntu-latest
name: "package servus-extapi"
environment: default
steps:
- uses: passeidireto/trigger-external-workflow-action@main
env:
PAYLOAD_REPO: "servus-extapi"
PAYLOAD_ARCH: "aarch64"
with:
repository: DictumMortuum/pacman
event: package
github_pat: ${{ secrets.PAT }}