Difference between revisions of "Secrets."

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
  [[github.]]
 
  [[github.]]
  
 +
 +
 +
      - 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 ==
 
== See also ==
 +
* {{env:}}
 
* {{GitHub Actions}}
 
* {{GitHub Actions}}
  
 
[[Category:GitHub]]
 
[[Category:GitHub]]

Latest revision as of 10:43, 21 October 2024

Advertising: