Skip to content

Commit bdeb19e

Browse files
committed
CI: Skip the AWS credentials step when the workflow runs in any fork of the repository
1 parent 3de2d81 commit bdeb19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/translate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Configure AWS credentials (OIDC)
56+
if: github.repository == 'tlaplus/TLAiBench'
5657
uses: aws-actions/configure-aws-credentials@v4
5758
with:
5859
role-to-assume: arn:aws:iam::024871859028:role/GitHubActionsRole

0 commit comments

Comments
 (0)