Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed May 16, 2024
1 parent a1bce72 commit 3b313f5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/retrieve-secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Retrieve Secrets

on:
push:
branches:
- him188/retrieve-secrets

jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.SECRETS_RECIPIENT }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ secrets.SIGNING_RELEASE_STOREFILE }}
${{ secrets.SIGNING_RELEASE_STOREPASSWORD }}
${{ secrets.SIGNING_RELEASE_KEYALIAS }}
${{ secrets.SIGNING_RELEASE_KEYPASSWORD }}

0 comments on commit 3b313f5

Please sign in to comment.