Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

sync secrets

sync secrets #1

name: sync secrets
on:
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: sync
uses: jpoehnelt/secrets-sync-action@latest
with:
SECRETS: |
*
REPOSITORIES: |
aosus/cups-1
aosus/hyper-aosus
DRY_RUN: true
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}