We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48c70a + ba002a2 commit e0a51ffCopy full SHA for e0a51ff
1 file changed
.github/workflows/publish.yml
@@ -4,10 +4,6 @@ on:
4
push:
5
branches: [main]
6
7
-permissions:
8
- id-token: write # Required for OIDC: https://docs.npmjs.com/trusted-publishers
9
- contents: read
10
-
11
# Ensure that only one instance of this workflow executes at a time.
12
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
13
concurrency: ${{ github.workflow }}
0 commit comments