File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ' Interop/Analytics/Public/*.h'
8
8
- ' .github/workflows/remoteconfig.yml'
9
9
- ' Gemfile'
10
+ - ' scripts/generate_access_token.sh'
10
11
schedule :
11
12
# Run every day at 11pm (PST) - cron uses UTC times
12
13
- cron : ' 0 7 * * *'
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ export GOOGLE_APPLICATION_CREDENTIALS="${HOME}/.credentials/${SERVICE_ACCOUNT_FI
76
76
# The generated token is piped to the specified OUTPUT file.
77
77
git clone https://github.com/googleapis/google-auth-library-swift.git
78
78
cd google-auth-library-swift
79
- git checkout --quiet 7b1c9cd4ffd8cb784bcd8b7fd599794b69a810cf # Working main branch as of 7/9/20.
80
79
make -f Makefile
81
80
82
81
# Prepend OUTPUT path with ../ since we cd'd into `google-auth-library-swift`.
You can’t perform that action at this time.
0 commit comments