Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around GitHub false-positive for passing secret to another action #3396

Merged
merged 5 commits into from
Apr 4, 2024

Conversation

haileyok
Copy link
Contributor

@haileyok haileyok commented Apr 4, 2024

Infuriatingly, GitHub thinks that the string [] or any string containing any sort of hash contains a secret. Therefore, we can't just simply pass [] to the outputs of the first job in the workflow.

This is a little hack to output either the string "true" or the string "false" instead.

Also, just updating the base android build script to support manual deployment of a testflight client for Android.

haileyok added 2 commits April 3, 2024 17:55
rm test

test 'false'

rm test

use in both places

workaround "secret" string

add a manual testflight deployment option for android

add a manual testflight deployment option for android

add a manual testflight deployment option for android
@haileyok haileyok force-pushed the hailey/add-testflight-build-option-android branch from 74fb74c to 9684632 Compare April 4, 2024 00:59
@haileyok haileyok changed the title run bundle/deploy on main pushes Work around GitHub false-positive for passing secret to another action Apr 4, 2024
@haileyok haileyok merged commit a356b1b into main Apr 4, 2024
5 checks passed
@haileyok haileyok deleted the hailey/add-testflight-build-option-android branch April 4, 2024 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants