Difference between revisions of "Env."
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
− | + | {{configure-aws-credentials}} | |
[[Unrecognized named-value: 'MY AWS REGION'. Located at position 1 within expression: MY AWS REGION]] | [[Unrecognized named-value: 'MY AWS REGION'. Located at position 1 within expression: MY AWS REGION]] | ||
+ | [[GitHub Actions contexts]] | ||
+ | == Related == | ||
+ | * <code>[[.env]]</code> | ||
+ | * [[GitHub Actions contexts]] | ||
+ | == See also == | ||
+ | * {{GHA}} | ||
− | + | [[Category:GHA]] | |
− |
Latest revision as of 11:21, 14 June 2024
https://docs.github.com/en/actions/learn-github-actions/contexts#env-context
aws-actions/configure-aws-credentials@v1 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ env.AWS_REGION }}
Unrecognized named-value: 'MY AWS REGION'. Located at position 1 within expression: MY AWS REGION GitHub Actions contexts
Related[edit]
See also[edit]
- 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: