Skip to content

Commit

Permalink
Set up secret masking
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent d7c405a commit 56ca7a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build
- name: Set up secret values
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
run: echo "::add-mask::$SENTRY_DSN"

# - name: Build with Gradle
# run: ./gradlew build

0 comments on commit 56ca7a9

Please sign in to comment.