Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
AWS  
 
AWS  
* <code>uses: [[aws-actions/configure-aws-credentials]]</code>
 
  
 
{{aws-actions TOC}}
 
{{aws-actions TOC}}

Revision as of 12:00, 29 August 2024

AWS


  • uses: path/to/your/repo/yourfile.yaml

Docker:

Azure:



Related

 - name: serverless deploy
       uses: serverless/github-action@master
       with:
         args: deploy
       env:
         SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
Source: https://github.com/serverless/github-action

Related

See also

  • https://github.com/aws-actions/configure-aws-credentials
  • https://github.com/serverless/github-action
  • Advertising: