Skip to content

Commit

Permalink
ci: test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHPAlmeida committed Apr 8, 2024
1 parent 4d4b795 commit 368f997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
zip -r deploy.zip src/ dependencies.zip
- name: default deploy
- name: Deploy
uses: appleboy/lambda-action@v0.1.9
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
deploy:
needs: test
uses: ./.github/workflows/publish.yaml
secrets: inherit

0 comments on commit 368f997

Please sign in to comment.