Skip to content

Misc: Move Secrets

Misc: Move Secrets #2

name: "Misc: Move Secrets"
on:
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Secrets Sync Action
uses: jpoehnelt/[email protected]
with:
secrets: |
PYPI_TOKEN
repositories: |
GreyElaina/Ryanvk
GreyElaina/storsth
dry_run: false
github_token: ${{ secrets.GREYELAINA_TEMP_TOKEN }}