Skip to content

Commit

Permalink
Create misc-move-secret.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyElaina authored Jan 28, 2024
1 parent 7c1c3d6 commit 6724647
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/misc-move-secret.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Misc: Move Secrets"
on:
workflow_dispatch: {}

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Secrets Sync Action
uses: jpoehnelt/secrets-sync-action@v1.8.0
with:
secrets: |
PYPI_TOKEN
repositories: |
GreyElaina/Ryanvk
dry_run: true
github_token: ${{ secrets.GREYELAINA_TEMP_TOKEN }}

0 comments on commit 6724647

Please sign in to comment.