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 2440e9a commit ee626a1Copy full SHA for ee626a1
.github/workflows/release.yml
@@ -12,15 +12,11 @@ jobs:
12
authorize:
13
name: Authorize
14
runs-on: ubuntu-latest
15
- permissions:
16
- id-token: write
17
- contents: read
18
steps:
19
- name: ${{ github.actor }} permission check to do a release
20
- uses: octokit/request-action@v2.0.0
+ uses: "lannonbr/repo-permission-check-action@2.0.2"
21
with:
22
- route: GET /repos/:repository/collaborators/${{ github.actor }}
23
- repository: ${{ github.repository }}
+ permission: "write"
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
0 commit comments