Skip to content

First version of a Golang version of command handling in general. (#118) #116

First version of a Golang version of command handling in general. (#118)

First version of a Golang version of command handling in general. (#118) #116

name: Publish Staging Push Event
on:
workflow_dispatch:
push:
branches:
- staging
jobs:
publish_event:
runs-on: ubuntu-latest
name: Publish staging push
steps:
- run: |
curl -i \
-X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.PUBLISH_PUSH_TOKEN }}" \
https://api.github.com/repos/awalsh128/cache-apt-pkgs-action-ci/dispatches \
-d '{"event_type":"staging_push"}'