Skip to content

Commit

Permalink
Merge pull request #155 from cuappdev/main
Browse files Browse the repository at this point in the history
Create secrets properties with github secrets
  • Loading branch information
thisjustin123 authored Oct 3, 2024
2 parents b20aaef + 5d1d7cc commit d817adf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-play-store-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Create secrets.properties
run: |
echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties
- name: Build with Gradle
id: build
run: ./gradlew build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Create secrets.properties
run: |
echo "${{ secrets.SECRETS_PROPERTIES }}" > secrets.properties
- name: Build with Gradle
id: build
run: ./gradlew build
Expand Down

0 comments on commit d817adf

Please sign in to comment.