Skip to content

Commit

Permalink
Don't need to manually mask these
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent 56ca7a9 commit 57d2e7a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Set up secret values
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: echo "::add-mask::$SENTRY_DSN"

# - name: Build with Gradle
# run: ./gradlew build
- name: Set up secrets
run: |
echo taplinxKey=${{ secrets.TAPLINX_KEY }} >> local.properties
echo taplinxOfflineKey=${{ secrets.TAPLINX_OFFLINE_KEY }} >> local.properties
echo sentryDsn=${{ secrets.SENTRY_DSN }} >> local.properties
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 57d2e7a

Please sign in to comment.