mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More deploy workflow wrangling
This commit is contained in:
parent
c302357dc3
commit
6c941e30c5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
|
@ -39,6 +39,9 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [test]
|
||||
environment: release
|
||||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue