Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github actions configure aws credentials

      - name: Configure my AWS Creds

        uses: aws-actions/configure-aws-credentials@v1

        with: 

          aws-access-key-id        : ${{ secrets.MY_AWS_ACCESS_KEY }}

          aws-secret-access-key    : ${{ secrets.MY_AWS_SECRET_KEY }}

          aws-region               : ${{ env.AWS_REGION_NAME }}
Comment

PREVIOUS NEXT
Code Example
Shell :: install vnc server pi 
Shell :: copy ssh remote server 
Shell :: kubectl get logs of deployment 
Shell :: how to check if a commit is in a branch 
Shell :: how to remove untracked files in git 
Shell :: linux show uid 
Shell :: edit git config file 
Shell :: bash vim how to append text to every line 
Shell :: see map size linux 
Shell :: sum decimals bash 
Shell :: unzip a tar.gz file in linux 
Shell :: give permission to user in ubuntu 
Shell :: check size of hidden current directory linux 
Shell :: ubuntu docker-compose cannot exit 
Shell :: kali linux change keyboard layout 
Shell :: is there any difference between git push and git push origin master 
Shell :: Ports are not available: listen tcp 0.0.0.0:61616: bind: An attempt was made to access a socket in a way forbidden by its access permissions. 
Shell :: install android sdk 
Shell :: webmin restart 
Shell :: how to open current terminal directory in file explorer 
Shell :: ubuntu setting not showing 
Shell :: create new branch without losing changes 
Shell :: getopts without argument 
Shell :: install csv 
Shell :: git set upstream remote branch 
Shell :: git branch list 
Shell :: powershell while loop 
Shell :: how install pandas in python 
Shell :: pull or fetch changes 
Shell :: add job to crontab 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =