Skip to content

Commit

Permalink
Update generate-and-submit-documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathvutpala authored Jun 5, 2024
1 parent 7534dfd commit 61c18ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
uses: actions-js/push@master
with:
branch: 'test/runner_scale_sets_for_ci'
github_token: ${{ github.token }}
github_token: ${{ secrets.GITHUB_TOKEN }}
message: "Update documentation"

- name: Update develop branch
uses: devmasx/merge-branch@master
with:
target_branch: 'fix/generate-documentation-workflow-test-merge'
type: now
github_token: ${{ github.token }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 61c18ba

Please sign in to comment.