Skip to content

Commit 311e45d

Browse files
committed
fix: Fix logs
1 parent 0466c4a commit 311e45d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ jobs:
365365
needs: [linux, windows, macos_x86, macos_aarch64, sdist]
366366
permissions:
367367
id-token: write
368+
contents: read
368369
steps:
369370
- uses: actions/checkout@v4
370371
- uses: actions/download-artifact@v4
@@ -376,7 +377,7 @@ jobs:
376377
run: ls -la dist/
377378
- name: Debug environment
378379
run: |
379-
echo "Environment name: ${{ github.event.inputs.environment }}"
380+
echo "Environment name: ${{ github.event.environment }}"
380381
echo "Workflow name: ${{ github.workflow }}"
381382
echo "Repository: ${{ github.repository }}"
382383
echo "Ref: ${{ github.ref }}"

0 commit comments

Comments
 (0)