Skip to content

Commit

Permalink
Merge pull request #279 from xiao201208/test/ak
Browse files Browse the repository at this point in the history
test ak
  • Loading branch information
xiao201208 authored Jun 22, 2024
2 parents a486eb6 + 61d3e5f commit dc71ddb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test-key.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test API Key

on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Test the secret
env:
TEST_ACCOUNT_KEY: ${{ secrets.TEST_ACCOUNT_KEY }}
VALIDATE_ACCOUNT_KEY: ${{ secrets.VALIDATE_ACCOUNT_KEY }}
run: |
echo "TEST_ACCOUNT_KEY: ${TEST_ACCOUNT_KEY}"
echo "VALIDATE_ACCOUNT_KEY: ${VALIDATE_ACCOUNT_KEY}"

0 comments on commit dc71ddb

Please sign in to comment.