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

Configure release signing for conference app #1124

Merged
merged 25 commits into from
Aug 28, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
6fdd581
Configure release signing for conference app
ashdavies Aug 18, 2024
2cfb104
Adjust string properties for better call site usage
ashdavies Aug 18, 2024
c8ec19e
Create new workflow
ashdavies Aug 24, 2024
8e7ab06
Use nullable signing configuration
ashdavies Aug 24, 2024
0fc2e1d
Migrate Google Services json to 1Password
ashdavies Aug 24, 2024
2b53d7f
Bump version of 1Password secrets
ashdavies Aug 24, 2024
e0117b5
Debug key storage with hello world
ashdavies Aug 24, 2024
7aa7f8f
Is this case sensitive?
ashdavies Aug 24, 2024
4fdbcfc
CLI is not case sensitive
ashdavies Aug 24, 2024
eaf4502
Adjust vault structure for simpler naming
ashdavies Aug 24, 2024
88ee94b
Move hello world to release workflow
ashdavies Aug 24, 2024
9b05a67
Quotes maybe?
ashdavies Aug 24, 2024
921c8ff
Merge branch 'main' into feature/release-signing
ashdavies Aug 26, 2024
360164f
Remove hello world
ashdavies Aug 26, 2024
e38ab02
Default application credentials required
ashdavies Aug 26, 2024
e181bfe
Include token permissions
ashdavies Aug 26, 2024
5485273
Use step outputs
ashdavies Aug 26, 2024
3e7a64e
Create boolean property with tag function
ashdavies Aug 26, 2024
8470abf
Include proguard rules for slf4j
ashdavies Aug 26, 2024
4545d7b
Archive APK artifact
ashdavies Aug 27, 2024
dcbe44f
Merge branch 'main' into feature/release-signing
ashdavies Aug 27, 2024
ce2e11b
Init release from debug
ashdavies Aug 28, 2024
053dd0a
Merge branch 'main' into feature/release-signing
ashdavies Aug 28, 2024
3e7ddf1
Adjust upload artifact path wildcard
ashdavies Aug 28, 2024
5ddd5ae
Android release on merge
ashdavies Aug 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Is this case sensitive?
ashdavies committed Aug 24, 2024
commit 7aa7f8ff265c35fa5b14e0774aae3c7cd48df383
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -32,9 +32,9 @@ jobs:
service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
export-env: false
env:
HELLO_WORLD: op://development/hello/world
GOOGLE_SERVICES: op://development/google-services-(playground-release)/base64
SHOULD_FAIL_NOT_FOUND: op://development/should-fail-not-found/should-fail-not-found
HELLO_WORLD: op://Development/hello/world
GOOGLE_SERVICES: op://Development/google-services-(playground-release)/base64
SHOULD_FAIL_NOT_FOUND: op://Development/should-fail-not-found/should-fail-not-found

- env:
GOOGLE_SERVICES: ${{ steps.op-secrets.GOOGLE_SERVICES }}