Skip to content

Commit

Permalink
Make deploy workflow use github environment (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 authored Feb 10, 2024
2 parents 63b9de0 + 96ba9c3 commit 76a4580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
actions: "write"
name: "Bump version and Build App Bundle"
runs-on: ubuntu-latest
environment:
name: ${{ github.ref_name }}
env:
PROPERTIES_PATH: "android/key.properties"
JAVA_VERSION: "17.x"
Expand Down

0 comments on commit 76a4580

Please sign in to comment.