Skip to content

Commit 842700f

Browse files
authored
ci: Ensure dependabot checkout does not have dupe credentials (#942)
ci: Ensure dependabot checkout does not have dupe credentials Potentially some behavior changed with this PR: #881 We need to pass `persist-credentials: false` to the checkout step to not persist credentials for when the PR step happens and also adds credentials to the header. Was able to manually run job on this branch: #941 https://github.com/NVIDIA-NeMo/Evaluator/actions/runs/24998599211 Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 8fa16b2 commit 842700f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/_update_dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
with:
9494
token: ${{ secrets.PAT }}
9595
ref: ${{ env.TARGET_BRANCH }}
96+
persist-credentials: false
9697

9798
- name: Install GPG
9899
run: sudo apt-get install -y gnupg2

0 commit comments

Comments
 (0)