Skip to content

Commit 2dcd85d

Browse files
authored
Update token secret for checkout action
1 parent 144aedd commit 2dcd85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation_reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131
with:
3232
repository: netwrix-eng/internal-agents
33-
token: ${{ secrets.PRIVATE_REPO_TOKEN }}
33+
token: ${{ secrets.PRIVATE_AGENTS_REPO }}
3434
path: system-prompt-repo
3535
ref: main
3636
sparse-checkout: |

0 commit comments

Comments
 (0)