Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvister1 committed Dec 22, 2024
1 parent d8ab05f commit 5f82847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
docs-ci:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_DOCS }}
GITHUB_TOKEN: ${{ secrets.GH_DOCS_TOKEN }}
# keeping TAG for cases docs repo workflow is triggered with tag input
TAG: ${{ inputs.git_tag }}
REF_NAME: ${{ github.ref_name }}
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository_owner }}/network-operator-docs # repo must be explicitly set here for workflow calling to behave correctly
token: ${{ inputs.token || secrets.GITHUB_TOKEN_DOCS }}
token: ${{ inputs.token || secrets.GH_DOCS_TOKEN }}
- name: Setup Go
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5f82847

Please sign in to comment.