Skip to content

Commit c03bbf7

Browse files
authored
Update dependent Swift repo to fix CI breakage (#6514)
1 parent 8b369ea commit c03bbf7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'Interop/Analytics/Public/*.h'
88
- '.github/workflows/remoteconfig.yml'
99
- 'Gemfile'
10+
- 'scripts/generate_access_token.sh'
1011
schedule:
1112
# Run every day at 11pm (PST) - cron uses UTC times
1213
- cron: '0 7 * * *'

scripts/generate_access_token.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/.credentials/${SERVICE_ACCOUNT_FI
7676
# The generated token is piped to the specified OUTPUT file.
7777
git clone https://github.com/googleapis/google-auth-library-swift.git
7878
cd google-auth-library-swift
79-
git checkout --quiet 7b1c9cd4ffd8cb784bcd8b7fd599794b69a810cf # Working main branch as of 7/9/20.
8079
make -f Makefile
8180

8281
# Prepend OUTPUT path with ../ since we cd'd into `google-auth-library-swift`.

0 commit comments

Comments
 (0)