Skip to content

Commit

Permalink
Add access tests using shared-key for auth
Browse files Browse the repository at this point in the history
  • Loading branch information
roywilly committed Feb 9, 2024
1 parent dd39fe1 commit 3a1a504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
id-token: write

steps:
environment: dev
- uses: actions/checkout@v3

- name: Set up Python
Expand All @@ -37,7 +38,6 @@ jobs:
run: |
pip list | grep -i sumo
environment: dev
key: ${{secrets.SHARED_KEY_DROGON_MANAGE_DEV}}
echo "$key" > ~/.sumo/88d2b022-3539-4dda-9e66-853801334a86.sharedkey
ls -l ~/.sumo/88d2b022-3539-4dda-9e66-853801334a86.sharedkey
Expand Down

0 comments on commit 3a1a504

Please sign in to comment.