Skip to content

Commit

Permalink
Create test-secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored May 24, 2024
1 parent 38ecb67 commit 9c354a6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This is a basic workflow that is manually triggered

name: test-secrets

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.

on: workflow_dispatch

jobs:
build:
runs-on: macos-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell

- name: Debug Secrets
run: |
echo "Keystore Password: ${{ secrets.KEYSTORE_BASE64 }}"
echo "Key Alias: ${{ secrets.KEY_ALIAS }}"

0 comments on commit 9c354a6

Please sign in to comment.