Skip to content

Commit

Permalink
Use updated Github Role pattern (#204)
Browse files Browse the repository at this point in the history
* Use updated Github Role pattern

Uses the new role created in Asana/codez#298254 for publishing the python client library.

Do not merge this PR until Asana/codez#298254 is merged and pushed.

* python, not node lol
  • Loading branch information
harshita-gupta authored Jan 9, 2025
1 parent 0276d09 commit a902cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::403483446840:role/autogen_role_beta_github_actions_release_asana_client_libraries
role-to-assume: arn:aws:iam::403483446840:role/autogen_github_actions_beta_release_asana_python_client_library
- name: Get GitHub app token
uses: asana/get-github-app-token@v1
id: get-token
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::403483446840:role/autogen_role_beta_github_actions_release_asana_client_libraries
role-to-assume: arn:aws:iam::403483446840:role/autogen_github_actions_beta_release_asana_python_client_library
- name: Get GitHub app token
uses: asana/get-github-app-token@v1
id: get-token
Expand Down

0 comments on commit a902cda

Please sign in to comment.