File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
- ' .github/workflows/notice_generation.yml'
7
7
- ' .github/actions/notices_generation**'
8
8
schedule :
9
- # Run every day at 5am (PST) - cron uses UTC times
10
- - cron : ' 0 13 * * *'
9
+ # Run every day at 2am (PST) - cron uses UTC times
10
+ - cron : ' 0 10 * * *'
11
11
jobs :
12
12
generate_a_notice :
13
13
# Don't run on private repo.
Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ jobs:
94
94
cd scripts/create_spec_repo/
95
95
swift build
96
96
pod repo add --silent "${local_repo}" https://"$botaccess"@github.com/Firebase/SpecsTesting.git
97
- BOT_TOKEN="${botaccess}" ${GITHUB_WORKSPACE}/scripts/third_party/travis/retry.sh .build/debug/spec-repo-builder /
98
- --sdk-repo "${local_sdk_repo_dir}" /
99
- --local-spec-repo-name "${local_repo}" /
100
- --sdk-repo-name SpecsTesting /
101
- --github-account Firebase /
102
- --pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://github.com/CocoaPods/Specs.git" /
97
+ BOT_TOKEN="${botaccess}" ${GITHUB_WORKSPACE}/scripts/third_party/travis/retry.sh .build/debug/spec-repo-builder \
98
+ --sdk-repo "${local_sdk_repo_dir}" \
99
+ --local-spec-repo-name "${local_repo}" \
100
+ --sdk-repo-name SpecsTesting \
101
+ --github-account Firebase \
102
+ --pod-sources 'https://${BOT_TOKEN}@github.com/Firebase/SpecsTesting' "https://github.com/firebase/SpecsDev.git" "https://github.com/firebase/SpecsStaging.git" "https://github.com/CocoaPods/Specs.git" \
103
103
--include-pods "${targeted_pod}" --keep-repo
104
104
- name : Clean Artifacts
105
105
if : ${{ always() }}
You can’t perform that action at this time.
0 commit comments