diff --git a/.github/workflows/build-integration-aws.yml b/.github/workflows/build-integration-aws.yml index 3f4f789..15d3420 100644 --- a/.github/workflows/build-integration-aws.yml +++ b/.github/workflows/build-integration-aws.yml @@ -11,7 +11,8 @@ jobs: run_test: runs-on: - ubuntu-latest - permissions: + permissions: + id-token: write contents: read steps: - uses: actions/checkout@v3 diff --git a/integrations/aws/src/index.ts b/integrations/aws/src/index.ts index 7e17dce..9bccba8 100644 --- a/integrations/aws/src/index.ts +++ b/integrations/aws/src/index.ts @@ -7,7 +7,7 @@ import * as srl from 'synapse:srl' // TODO: providers in Terraform should be treated as a special kind of // resource rather than a separate class entirely. This will solve many -// problems as well as enable all sorts of useful functionality. +// problems as well as enable all sorts of useful functionality. export class Provider extends aws.AwsProvider { static readonly [core.contextType] = 'aws'