We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ea16e commit 00d41afCopy full SHA for 00d41af
.github/workflows/push.yml
@@ -8,8 +8,9 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
permissions:
11
- contents: write # Needed for git push operations
12
- id-token: write # Required for OIDC trusted publishing
+ contents: write # Needed for git push operations
+ id-token: write # Required for OIDC trusted publishing
13
+ pull-requests: write # Needed to post release comments on PRs
14
steps:
15
- uses: actions/checkout@v2 # checkout visx + this commit
16
with:
0 commit comments