Skip to content

Commit

Permalink
session name
Browse files Browse the repository at this point in the history
  • Loading branch information
srh-sloan committed Dec 6, 2024
1 parent a538e5f commit c498d8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/just-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ on:
- dev
- test
default: dev

jobs:
run_shared_tests_dev:
if: ${{ always() && inputs.dev == true }}
Expand Down Expand Up @@ -100,8 +101,10 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT }}:role/GithubCopilotDeploy
role-session-name: "${{ inputs.app_name }}_${{ inputs.environemnt }}_copilot_${{ steps.currentdatetime.outputs.datetime }}"
role-session-name: "python_e2e_${{ inputs.python_e2e_copilot_environment }}_copilot_${{ steps.currentdatetime.outputs.datetime }}"
aws-region: eu-west-2


- name: Generate a token
id: generate_token
uses: actions/create-github-app-token@v1.6.4
Expand Down

0 comments on commit c498d8b

Please sign in to comment.