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 64845f6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sync-secrets-to-cups-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: sync secrets

on:
workflow_dispatch:

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

0 comments on commit 64845f6

Please sign in to comment.