Skip to content

[update #7] add cd pong workflow #2

[update #7] add cd pong workflow

[update #7] add cd pong workflow #2

Workflow file for this run

name: cd ping
on:
push:
tags:
- '*'
jobs:
ping:
permissions:
contents: write
strategy:
matrix:
repo:
- spaceporn-dep-action-bot
- spaceporn-dep-action-ci
- spaceporn-dep-action-cd-ping
- spaceporn-dep-action-cd-pong
- spaceporn
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tiawl/spaceporn-dep-action-cd-ping@v1
with:
repository_name: "${{ github.event.repository.name }}"
is_composite: 'true'
user: "${{ matrix.repo }}"
tag: "${{ github.ref_name }}"
token: "${{ secrets.PAT }}"