Skip to content

[fix #22]

[fix #22] #10

Workflow file for this run

name: cd ping
on:
push:
tags:
- '*'
jobs:
ping:
permissions:
contents: write
strategy:
matrix:
repo:
- toolbox
- vulkan.zig
- wayland.zig
- X11.zig
- glfw.zig
- cimgui.zig
- spirv.zig
- glslang.zig
- shaderc.zig
- spaceporn
- spaceporn-dep-action-env
- spaceporn-dep-action-bot
- spaceporn-dep-action-ci
- spaceporn-dep-action-cd-ping
runs-on: ubuntu-latest
steps:
- uses: tiawl/[email protected]
with:
repository_name: "${{ github.event.repository.name }}"
is_composite: 'true'
user: "${{ matrix.repo }}"
tag: "${{ github.ref_name }}"
token: "${{ secrets.PAT }}"