Skip to content

Commit

Permalink
fix(ci): update publish.yml to use secret for service account JSON (#316
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rosuH authored Jul 14, 2024
1 parent c1d9fea commit 3cf01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Upload Android Release to Play Store
uses: r0adkll/[email protected]
with:
serviceAccountJsonPlainText: ${{ SERVICE_ACCOUNT_JSON }}
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: me.rosuh.easywatermark
releaseFiles: '*.aab'
track: production
Expand Down

0 comments on commit 3cf01bc

Please sign in to comment.