Skip to content

Commit

Permalink
update gha flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Nov 26, 2024
1 parent 9ed3064 commit 1bde5f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/generate-apk-aab-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ jobs:
run: |
echo "Creating file with interpolated secrets"
cat <<EOF > ./app/src/main/java/com/viscouspot/gitsync/Secrets.kt
package com.viscouspot.gitsync
object Secrets {
const val GIT_CLIENT_ID = "${{ secrets.GIT_CLIENT_ID }}"
const val GIT_CLIENT_SECRET = "${{ secrets.GIT_CLIENT_SECRET }}"
}
${{ secrets.SECRETS }}
EOF
- name: Set Up JDK
Expand Down

0 comments on commit 1bde5f5

Please sign in to comment.