Skip to content

Commit

Permalink
asdfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 30, 2024
1 parent f300b88 commit 06edb52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ jobs:
python_ver: "3.12"
image: windows-latest
runs-on: ${{ matrix.image }}
permissions:
id-token: write
contents: read
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -500,6 +503,9 @@ jobs:
python_ver: "3.12"
image: windows-latest
runs-on: ${{ matrix.image }}
permissions:
id-token: write
contents: read
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 06edb52

Please sign in to comment.