github-action icon indicating copy to clipboard operation
github-action copied to clipboard

:zap::octocat: A Github Action for deploying with the Serverless Framework

Results 31 github-action issues
Sort by recently updated
recently updated
newest added

When you go to the marketplace for this action and click on the "Use latest version" button to copy the yaml snippet, the modal reads "Wraps the Serverless Fram**e**ork to...

Instead of encouraging privileged long term creds, we should encourage long term creds with permissions only to assume an IAM role. Even better if we can restrict them to only...

Just started playing around with this. I have a few plugins in the config file, so need to do that. Config file: ``` name: Deploy main branch on: push: branches:...

``` Generated requirements from /github/workspace/serverless/app-genie/requirements.txt in /github/workspace/serverless/app-genie/.serverless/requirements.txt Installing requirements from "/github/home/.cache/serverless-python-requirements/93fe74472491c585a95828d8ed2337c4354773da820c77a2c567d4b880a0b0ea_x86_64_slspyc/requirements.txt" Using download cache directory /github/home/.cache/serverless-python-requirements/downloadCacheslspyc Running ... Stdout: Collecting plantr@ ***github.com/...@genie (from -r /github/home/.cache/serverless-python-requirements/93fe74472491c585a95828d8ed2337c4354773da820c77a2c567d4b880a0b0ea_x86_64_slspyc/requirements.txt (line 2)) Cloning ***github.com/… (to...

I need to install a repo from github in pip, however it keeps complaining git not installed Below is my requirements.txt, error message and git action set up. Any help...

for example I had the following property: `service: code-challenge-dealer-service` and when execute serverless deploy, it throws one exception: `× Stack code-challenge-dealer-service-dev failed to deploy (6s) Environment: win32, node 18.12.1, framework...

I'm using a very simple workflow: ```yaml name: Deploy on: push: branches: - main jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: serverless/[email protected] env: SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}...

Our company has a "skeleton" template repository for bootstrapping new Serverless projects, and we've made it prepared by default for Python 3.9 with Poetry, including ready-made GitHub Actions workflows to...

Don't forget to provide support here, we developers who use github actions would be very grateful.