Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Feb 4, 2024
1 parent aa27b03 commit f003d06
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/cdn-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ on:
- warning
- debug
jobs:
- uses: actions/checkout@v2
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'frontend/src/assets/sources'
destination-github-username: 'fastenhealth'
destination-repository-name: 'cdn'
target-directory: 'logos/sources'
user-email: jason@thesparktree.com
target-branch: main
sync:
steps:
- uses: actions/checkout@v2
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'frontend/src/assets/sources'
destination-github-username: 'fastenhealth'
destination-repository-name: 'cdn'
target-directory: 'logos/sources'
user-email: jason@thesparktree.com
target-branch: main

0 comments on commit f003d06

Please sign in to comment.