Skip to content

Commit f0697f9

Browse files
committed
do not persist secret in checkout step
1 parent 02e716b commit f0697f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_librarian_googleapis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
repository: googleapis/google-cloud-java
3434
path: google-cloud-java
3535
fetch-depth: 0
36-
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
36+
persist-credentials: false
3737
- name: Check for Open PR
3838
env:
3939
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)