Skip to content

Commit acf7adb

Browse files
committed
Add missing setup step
1 parent 21d2355 commit acf7adb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ jobs:
167167
ref: refs/tags/${{ inputs.version }}
168168
token: ${{ env.GH_TOKEN }}
169169

170+
- name: "Set up drivers-github-tools"
171+
uses: mongodb-labs/drivers-github-tools/setup@v2
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+
170177
- name: "Generate authorized publication document"
171178
uses: mongodb-labs/drivers-github-tools/authorized-pub@v2
172179
with:

0 commit comments

Comments
 (0)