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 c7f26ec commit 4f2416a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
workflow_dispatch:

jobs:
environment: dev
build_pywheels:
name: PY ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -20,7 +21,6 @@ jobs:
id-token: write

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

- name: Set up Python
Expand Down

0 comments on commit 4f2416a

Please sign in to comment.