Difference between revisions of "Secrets."

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
  [[vars.]]
 
  [[vars.]]
 +
[[github.]]
  
  
{{GitHub Actions}}
+
 
 +
      - name: Configure AWS credentials
 +
        uses: [[aws-actions/configure-aws-credentials]]@v1
 +
        with:
 +
          [[aws-access-key-id]]:  <nowiki>${{ secrets.YOURENV_AWS_ACCESS_KEY_ID }}</nowiki>
 +
          [[aws-secret-access-key]]: <nowiki>${{ secrets.YOURENV_AWS_SECRET_ACCESS_KEY }}</nowiki>
 +
          aws-region: eu-west-1
 +
 
 +
 
 +
== Related ==
 +
[[env.]]
 +
 
 +
== See also ==
 +
* {{env:}}
 +
* {{GitHub Actions}}
 +
 
 +
[[Category:GitHub]]

Latest revision as of 10:43, 21 October 2024

Advertising: