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 5547c11 commit de5f8c7Copy full SHA for de5f8c7
.github/workflows/deploy-docs.yml
@@ -8,10 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: ${{ github.actor }} permission check to do a release
11
- uses: octokit/request-action@v2.0.0
+ uses: "lannonbr/repo-permission-check-action@2.0.2"
12
with:
13
- route: GET /repos/:repository/collaborators/${{ github.actor }}
14
- repository: ${{ github.repository }}
+ permission: "write"
15
env:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
0 commit comments