Skip to content

Commit

Permalink
add PAT
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 8, 2024
1 parent d3ecf78 commit 132f2de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync_branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ jobs:
name: syncing main with dev
outputs:
date: ${{ steps.date.outputs.date }}
environment: main
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ko3n1g/dev
fetch-depth: 0
token: ${{ secrets.PAT }}

- name: Get todays date
id: date
Expand All @@ -33,7 +35,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "NVIDIA NeMo Bot"
git fetch origin main
git rebase origin/main
git push --force
Expand Down

0 comments on commit 132f2de

Please sign in to comment.