Skip to content

Commit

Permalink
ci: fix token name
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Aug 20, 2024
1 parent 3078c71 commit 7f46c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
repository: "${{ github.repository_owner }}/${{ env.DOCS_REPO_NAME }}"
base_branch_name: "develop"
branch_name: "${{ steps.get-branch.outputs.branch_name }}"
github-token: "${{ secrets.GIT_PAT }}"
github_token: "${{ secrets.GIT_PAT }}"

- name: Add Pull Request Reviewers
uses: ./.github/actions-hub/actions/github-add-pull-request-reviewers
Expand All @@ -97,7 +97,7 @@ jobs:
repository: "${{ github.repository_owner }}/${{ env.DOCS_REPO_NAME }}"
pullrequest_number: "${{ fromJSON(steps.get-pull-request.outputs.pull).number }}"
reviewers: "${{ env.DOCS_REPO_PR_REVIEWERS }}"
github-token: "${{ secrets.GIT_PAT }}"
github_token: "${{ secrets.GIT_PAT }}"

- name: Set notice
run: echo "::notice::Pull Request ${{ fromJSON(steps.get-pull-request.outputs.pull).html_url }}"

0 comments on commit 7f46c1a

Please sign in to comment.