Skip to content

Commit 165cb76

Browse files
chore: manual update of update_generation_config.sh (#2496)
* chore: manual update of update_generation_config.sh * chore: generate libraries at Thu Jul 24 18:22:47 UTC 2025 * Revert "chore: generate libraries at Thu Jul 24 18:22:47 UTC 2025" This reverts commit f0eb460. --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 9a1c17e commit 165cb76

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/scripts/update_generation_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -e
2+
set -ex
33
# This script should be run at the root of the repository.
44
# This script is used to update googleapis_commitish, gapic_generator_version,
55
# and libraries_bom_version in generation configuration at the time of running
@@ -174,4 +174,4 @@ if [ -z "${pr_num}" ]; then
174174
else
175175
git push
176176
gh pr edit "${pr_num}" --title "${title}" --body "${title}"
177-
fi
177+
fi

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
schedule:
1919
- cron: '0 2 * * *'
2020
workflow_dispatch:
21-
2221
jobs:
2322
update-generation-config:
2423
runs-on: ubuntu-24.04
@@ -43,5 +42,4 @@ jobs:
4342
--base_branch "${base_branch}" \
4443
--repo ${{ github.repository }}
4544
env:
46-
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
47-
45+
GH_TOKEN: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}

0 commit comments

Comments
 (0)