Skip to content

Delete file

Delete file #10

name: mirror github ibm
on:
push:
branches:
- master
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Allows you to use the GitHub API to trigger a webhook event
repository_dispatch:
jobs:
mirror:
uses: ibm-skills-network/.github/.github/workflows/mirror-github-ibm.yml@main
with:
repo_name: action-ibmcloud-cli
secrets:
ssh_private_key:
${{ secrets.MIRROR_GITHUB_IBM_SSH_PRIVATE_KEY }}