Difference between revisions of "GitHub Actions: uses:"
Jump to navigation
Jump to search
↑ https://github.com/serverless/github-action
Line 13: | Line 13: | ||
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }} | SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }} | ||
</pre> | </pre> | ||
− | https://github.com/serverless/github-action | + | Source: https://github.com/serverless/github-action |
== See also == | == See also == |
Revision as of 13:51, 7 December 2021
uses: actions/checkout@v2 uses: actions/upload-artifact@v2
uses: serverless/github-action@master [1]
- name: serverless deploy uses: serverless/github-action@master with: args: deploy env: SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
Source: https://github.com/serverless/github-action
See also
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: