Skip to content

Commit

Permalink
fix secret access to sign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Apr 5, 2024
1 parent 52c1901 commit 1edabd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ permissions:

jobs:
build-signed:
runs-on: ubuntu-latest
secrets:
DEV_PASSWORD: ${{ secrets.DEV_PASSWORD }}
DEV_SIGNING_KEY: ${{ secrets.DEV_SIGNING_KEY }}
runs-on: ubuntu-latest
steps:
- name: GetText
run: sudo apt install gettext git
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
path: ./app/build/outputs/apk/free/debug/app-free-debug.apk

trunk-signed:
runs-on: ubuntu-latest
secrets:
DEV_PASSWORD: ${{ secrets.DEV_PASSWORD }}
DEV_SIGNING_KEY: ${{ secrets.DEV_SIGNING_KEY }}
runs-on: ubuntu-latest
steps:
- name: GetText
run: sudo apt install gettext git
Expand Down

0 comments on commit 1edabd7

Please sign in to comment.