diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5d32b730..142d133b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,6 +5,9 @@ on: tags: ['*'] pull_request: branches: [master] +permissions: + id-token: write + contents: write jobs: test: strategy: @@ -125,8 +128,7 @@ jobs: - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: aws-actions/configure-aws-credentials@v1 with: - aws-access-key-id: ${{ secrets.DOCS_AWS_ID }} - aws-secret-access-key: ${{ secrets.DOCS_AWS_SECRET }} + role-to-assume: ${{ secrets.DOCS_AWS_ROLE }} aws-region: us-east-1 - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') run: make promote-docs-in-s3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3b7a74..2e698964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.0] - 2022-10-12 + +### Added +- Add support for deployment on RStudio Cloud + +### Changed +- rsconnect-python will now issue warnings if it detects environmental variables that overlap with stored credentials + ## [1.10.0] - 2022-07-27 ### Added