update workflow

This commit is contained in:
Jason Kulatunga 2024-02-04 08:00:15 -08:00
parent aa27b0335c
commit f003d06c52
No known key found for this signature in database
1 changed files with 14 additions and 12 deletions

View File

@ -13,15 +13,17 @@ on:
- warning - warning
- debug - debug
jobs: jobs:
- uses: actions/checkout@v2 sync:
- name: Pushes to another repository steps:
uses: cpina/github-action-push-to-another-repository@main - uses: actions/checkout@v2
env: - name: Pushes to another repository
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} uses: cpina/github-action-push-to-another-repository@main
with: env:
source-directory: 'frontend/src/assets/sources' API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
destination-github-username: 'fastenhealth' with:
destination-repository-name: 'cdn' source-directory: 'frontend/src/assets/sources'
target-directory: 'logos/sources' destination-github-username: 'fastenhealth'
user-email: jason@thesparktree.com destination-repository-name: 'cdn'
target-branch: main target-directory: 'logos/sources'
user-email: jason@thesparktree.com
target-branch: main