Difference between revisions of "GitHub Actions env:"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
env: | env: | ||
[[ACTIONS_RUNNER_DEBUG]]: true | [[ACTIONS_RUNNER_DEBUG]]: true | ||
+ | |||
+ | |||
+ | env: | ||
+ | [[AWS_ACCESS_KEY_ID]]: <nowiki>${{ secrets.AWS_ACCESS_KEY_ID }}</nowiki> | ||
+ | [[AWS_SECRET_ACCESS_KEY]]: <nowiki>${{ secrets.AWS_SECRET_ACCESS_KEY }}</nowiki> | ||
== Related == | == Related == | ||
+ | * [[GitHub Actions: run:]] | ||
* [[GitHub debug options]] | * [[GitHub debug options]] | ||
* [[GitHub Actions variables]] | * [[GitHub Actions variables]] | ||
+ | * [[GitLab CI, environment:]] | ||
+ | * <code>[[run:]]</code> | ||
+ | [[secrets.]] | ||
== See also == | == See also == | ||
+ | * {{run:}} | ||
+ | * {{env:}} | ||
* {{GitHub Actions}} | * {{GitHub Actions}} | ||
[[Category:GitHub]] | [[Category:GitHub]] |
Latest revision as of 11:19, 21 October 2024
env: ACTIONS_RUNNER_DEBUG: true
env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Related[edit]
See also[edit]
run:
- env:
- 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: