We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1163c5 commit a8235b4Copy full SHA for a8235b4
.github/workflows/publish-packages.yml
@@ -42,8 +42,6 @@ jobs:
42
egress-policy: audit
43
44
- name: Verify commit authenticity
45
- # Skip verification for manual runs since they're initiated by trusted users
46
- if: github.event_name != 'workflow_dispatch'
47
env:
48
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
run: |
0 commit comments