Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12 from kayac/feature/actions-publish-our-org
Browse files Browse the repository at this point in the history
Github Actions PublishLayer
  • Loading branch information
mashiike authored Jul 16, 2020
2 parents 9178cfd + 6833363 commit dc44657
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
asset_path: ./export/bash-lambda-layer.zip
asset_name: bash-lambda-layer.zip
asset_content_type: application/zip
- name: Publish
run: |
make publish
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit dc44657

Please sign in to comment.