Skip to content

Commit

Permalink
refactor: refactored the code
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavSharmaAtAgoda committed Jun 29, 2024
1 parent ec94478 commit 767ed12
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/node.js.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Build the website
run: npm run build
- 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: 'build'
destination-github-username: 'GhostVaibhav'
destination-repository-name: 'prod-Simple'
user-email: [email protected]
target-branch: main
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'build'
destination-github-username: 'GhostVaibhav'
destination-repository-name: 'prod-Simple'
user-email: [email protected]
target-branch: main

0 comments on commit 767ed12

Please sign in to comment.