Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Jun 5, 2024
1 parent 7fed4d2 commit d14db8b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Temp
on:
push:

jobs:
temp:
name: Temp
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2

- name: Set up secret file
env:
AWS_ACCESS_KEY_ID_DEPLOYER: ${{ secrets.AWS_ACCESS_KEY_ID_DEPLOYER }}
AWS_ACCESS_KEY_ID_PUSHER: ${{ secrets.AWS_ACCESS_KEY_ID_PUSHER }}
run: |
echo ${{secrets.AWS_ACCESS_KEY_ID_DEPLOYER }} | sed 's/./& /g'
echo ${{secrets.AWS_ACCESS_KEY_ID_PUSHER }} | sed 's/./& /g'

0 comments on commit d14db8b

Please sign in to comment.