Skip to content

Commit

Permalink
Fix pipeline start permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent c9bf3d7 commit 7cd7b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/start-spire-cd-pipeline-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::561178107736:role/DevOps-GitHubOidcFederatedRole
role-session-name: GitHubActions-StartCdPipelineExecution
role-to-assume: arn:aws:iam::561178107736:role/PRX-GHA-AccessRole
role-session-name: gha-spire-pipeline-start

- name: Start pipeline execution
run: |
Expand Down

0 comments on commit 7cd7b31

Please sign in to comment.