Skip to content

Commit c1f04fc

Browse files
authored
chore(ci): fix role to assume
chore(ci): fix role to assume
2 parents 5a5bcd9 + 5e9849c commit c1f04fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/library_net_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- public-v4
8+
- mainline
99
schedule:
1010
# Nightly build against Dafny's nightly prereleases,
1111
# for early warning of verification issues or regressions.
@@ -37,7 +37,6 @@ jobs:
3737
macos-latest,
3838
]
3939
runs-on: ${{ matrix.os }}
40-
environment: "MPL_DAFNY"
4140
permissions:
4241
id-token: write
4342
contents: read
@@ -59,7 +58,7 @@ jobs:
5958
uses: aws-actions/configure-aws-credentials@v2
6059
with:
6160
aws-region: us-west-2
62-
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2
61+
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-Public-ESDK-Dafny-Role-us-west-2
6362
role-session-name: NetTests
6463

6564
- name: Setup .NET Core SDK 6

0 commit comments

Comments
 (0)