Skip to content

Commit

Permalink
chore: Update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Oct 21, 2024
1 parent d524cdb commit d373f84
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/gh-pages-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ jobs:
# force: true

- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
uses: dmnemec/copy_file_to_another_repo_action@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: './apps/canonical-bridge-ui/dist'
destination-github-username: 'wenty22'
destination-repository-name: 'canonical-bridge'
user-email: github-actions[bot]@users.noreply.github.com
target-branch: gh-pages
source_file: './apps/canonical-bridge-ui/dist'
destination_repo: 'canonical-bridge'
user_name: 'wenty22'
user_email: 'github-actions[bot]@users.noreply.github.com'

0 comments on commit d373f84

Please sign in to comment.