Skip to content

Commit

Permalink
fix: use push-o-matic to create release (immich-app#15562)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored and vladd11 committed Jan 25, 2025
1 parent 83c9355 commit 3515afd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,17 @@ jobs:
needs: build_mobile

steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.PUSH_O_MATIC_APP_ID }}
private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}

- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.ORG_RELEASE_TOKEN }}
token: ${{ steps.generate-token.outputs.token }}

- name: Download APK
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 3515afd

Please sign in to comment.