Skip to content

Commit

Permalink
add missing ''
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Aug 21, 2024
1 parent 551c788 commit 439c1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-dso-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: Enterprise-CMCS/mac-fc-scan-github@v1.0.1
with:
aws-account-id: ${{ secrets.PROD_AWS_ACCOUNT_ID }}
oidc-role: arn:aws:iam::${{secrets.PROD_AWS_ACCOUNT_ID }}:role/delegatedadmin/developer/github-oidc-prod-ServiceRole
oidc-role: 'arn:aws:iam::${{ secrets.PROD_AWS_ACCOUNT_ID }}:role/delegatedadmin/developer/github-oidc-prod-ServiceRole'
github-access-token: ${{ secrets.GITHUB_ACCESS_TOKEN }}
scan-config: |
events: # a list of event specifications such as the following one
Expand Down

0 comments on commit 439c1f1

Please sign in to comment.