Skip to content

Commit 1091651

Browse files
Update GitHub token variable in workflow file
1 parent 85c1fee commit 1091651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CLOUD_JAVA_BOT_GITHUB_TOKEN# Copyright 2024 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -36,10 +36,10 @@ jobs:
3636
if: env.SHOULD_RUN == 'true'
3737
with:
3838
fetch-depth: 0
39-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
39+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}
4040
- uses: googleapis/sdk-platform-java/.github/scripts@v2.65.1
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}
4444
head_ref: ${{ github.head_ref }}
45-
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
45+
token: ${{ secrets.CLOUD_JAVA_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)