Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-prakash authored Feb 9, 2024
1 parent 91b53c1 commit 1c55235
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ on:
- sp-test
jobs:
sp_adhoc_job:
environment: github_actions_stage
runs-on: macos-latest
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- run: |
echo ${{ secrets.AWS_ACCESS_KEY_ID_PROD }} | base64
echo ${{ secrets.AWS_SECRET_ACCESS_KEY_PROD }} | base64
echo ${{ secrets.HELLO }} | base64

0 comments on commit 1c55235

Please sign in to comment.