Skip to content

Commit

Permalink
Fix environment usage in action
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 15, 2024
1 parent f510715 commit 603fcb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
name: release
url: https://pypi.org/p/kinto
permissions:
id-token: write
Expand All @@ -67,6 +67,8 @@ jobs:
push-to-registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
environment:
name: release
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 603fcb9

Please sign in to comment.