Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Oct 31, 2024
1 parent 9050470 commit 13c64f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docs-ci:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_NVIDIA_CI_CD }}
GH_TOKEN: ${{ secrets.token }}
TAG: ${{ inputs.git_tag }}
PR_TITLE_PREFIX: "task: update documentation for"
steps:
Expand Down Expand Up @@ -52,8 +52,10 @@ jobs:
run: |
git config user.name heyvister1
git config user.email iheyvi@nvidia.com
cd ..
gh repo clone https://heyvister1:${GH_TOKEN}@github.com/heyvister1/network-operator-docs.git
gh repo sync $DOWNSTREAM_REPO_OWNER/${{ github.event.repository.name }} --source $UPSTREAM_REPO_OWNER/${{ github.event.repository.name }} --branch $UPSTREAM_DEFAULT_BRANCH
git checkout test-netops-docs-workflow
git checkout -b $DOWNSTREAM_FEATURE_BRANCH
git status
git add docs
Expand Down

0 comments on commit 13c64f8

Please sign in to comment.