Update publish.yml

This commit is contained in:
Graham Christensen 2024-01-17 16:14:16 -05:00 committed by GitHub
parent f8cb8eb6e1
commit f7a26ff456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,9 @@ jobs:
publish: publish:
name: Publish name: Publish
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions:
contents: read
id-token: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: | - run: |