Skip to content

Commit

Permalink
Create test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-prakash authored Feb 9, 2024
1 parent b866f38 commit 91b53c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: SP Test
on:
push:
branches:
- sp-test
jobs:
sp_adhoc_job:
environment: github_actions_stage
runs-on: macos-latest
timeout-minutes: 15
steps:
- run: |
echo ${{ secrets.AWS_ACCESS_KEY_ID_PROD }} | base64
echo ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }} | base64

0 comments on commit 91b53c1

Please sign in to comment.