File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 55 tags : ['*']
66 pull_request :
77 branches : [master]
8+ permissions :
9+ id-token : write
10+ contents : write
811jobs :
912 test :
1013 strategy :
@@ -125,8 +128,7 @@ jobs:
125128 - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
126129 uses : aws-actions/configure-aws-credentials@v1
127130 with :
128- aws-access-key-id : ${{ secrets.DOCS_AWS_ID }}
129- aws-secret-access-key : ${{ secrets.DOCS_AWS_SECRET }}
131+ role-to-assume : ${{ secrets.DOCS_AWS_ROLE }}
130132 aws-region : us-east-1
131133 - if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
132134 run : make promote-docs-in-s3
Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.11.0] - 2022-10-12
8+
9+ ### Added
10+ - Add support for deployment on RStudio Cloud
11+
12+ ### Changed
13+ - rsconnect-python will now issue warnings if it detects environmental variables that overlap with stored credentials
14+
715## [ 1.10.0] - 2022-07-27
816
917### Added
You can’t perform that action at this time.
0 commit comments