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

sync secrets

sync secrets #4

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