Difference between revisions of "GitHub Actions: run:"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* https://github.com/github/actions-cheat-sheet/blob/master/actions-cheat-sheet.adoc#run | * https://github.com/github/actions-cheat-sheet/blob/master/actions-cheat-sheet.adoc#run | ||
− | + | <pre> | |
<nowiki> | <nowiki> | ||
- run: ./your_script_to_deploy.sh --deploy your_service | - run: ./your_script_to_deploy.sh --deploy your_service | ||
Line 9: | Line 9: | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
</nowiki> | </nowiki> | ||
− | + | </pre> | |
== Related == | == Related == | ||
* <code>[[uses:]]</code> | * <code>[[uses:]]</code> |
Revision as of 11:42, 17 February 2023
- run: ./your_script_to_deploy.sh --deploy your_service [[working-directory:]] path/to/your/script/ env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Related
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: