File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11name : Update Libraries/Contributing Info
22
33on :
4- push :
5- branches :
6- - action-ify
74 schedule :
85 - cron : 45 9 * * *
96
2421 # Only run the build on Adafruit's repository. Forks won't have the secrets.
2522 # Its necessary to do this here, since 'schedule' events cannot (currently)
2623 # be limited (they run on all forks' default branches).
27- # if: startswith(github.repository, 'adafruit/')
24+ if : startswith(github.repository, 'adafruit/')
2825 steps :
2926 - name : Dump GitHub context
3027 env :
5855 env :
5956 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
6057 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
61- run : " [ -z \" $AWS_ACCESS_KEY_ID\" ] || aws s3 cp bin/adabot/ s3://sommersoft-travis-testing /adabot/web/ --recursive --no-progress --region us-east-1"
58+ run : " [ -z \" $AWS_ACCESS_KEY_ID\" ] || aws s3 cp bin/adabot/ s3://adafruit-circuit-python /adabot/web/ --recursive --no-progress --region us-east-1"
You can’t perform that action at this time.
0 commit comments