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

Commit

Permalink
add action to sync secrets to cups-1
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Feb 1, 2024
1 parent f3bf40d commit 73a892c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/sync-secrets-to-cups-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}

0 comments on commit 73a892c

Please sign in to comment.