We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d2355 commit ef7259eCopy full SHA for ef7259e
.github/workflows/release.yml
@@ -167,6 +167,13 @@ jobs:
167
ref: refs/tags/${{ inputs.version }}
168
token: ${{ env.GH_TOKEN }}
169
170
+ - name: "Set up drivers-github-tools"
171
+ uses: blink1073/drivers-github-tools/setup@add-compliance-report
172
+ with:
173
+ aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
174
+ aws_region_name: ${{ vars.AWS_REGION_NAME }}
175
+ aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
176
+
177
- name: "Generate authorized publication document"
178
uses: mongodb-labs/drivers-github-tools/authorized-pub@v2
179
with:
0 commit comments