Skip to content

[extapi] added more info on the all votes api #29

[extapi] added more info on the all votes api

[extapi] added more info on the all votes api #29

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 }}