File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -164,15 +164,18 @@ jobs:
164
164
- uses : actions/checkout@v4
165
165
- name : Get token
166
166
run : |
167
- scripts/decrypt_gha_secret.sh scripts/gha-encrypted/oss-bot-access.txt.gpg \
168
- oss-bot-access.txt "$bot_token_secret"
169
167
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/prerelease-testing-token.txt.gpg \
170
168
bot-access.txt "$bot_token_secret"
171
169
- name : Update SpecsTesting repo setup
172
170
run : |
173
- ossbotaccess=`cat oss-bot-access.txt`
174
171
# Update/create a nightly tag to the head of the main branch.
175
- BOT_TOKEN="${ossbotaccess}" test_version="${nightly_version}" sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" local_sdk_repo_dir="${local_sdk_repo_dir}" podspec_repo_branch="${podspec_repo_branch}" scripts/release_testing_setup.sh prerelease_testing
172
+ test_version="${nightly_version}" \
173
+ sdk_version_config="${GITHUB_WORKSPACE}/scripts/create_spec_repo/RC_firebase_sdk.textproto" \
174
+ local_sdk_repo_dir="${local_sdk_repo_dir}" \
175
+ podspec_repo_branch="${podspec_repo_branch}" \
176
+ scripts/release_testing_setup.sh prerelease_testing
177
+ env :
178
+ BOT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
176
179
- name : Push updated podspecs
177
180
run : |
178
181
botaccess=`cat bot-access.txt`
You can’t perform that action at this time.
0 commit comments