Skip to content

Commit 13bf75c

Browse files
authored
Apply suggestion from @marikaner
1 parent e5654bd commit 13bf75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: 'Check permission'
1313
env:
1414
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
ACTOR: ${{ github.actor }}
15+
ACTOR: ${{ github.triggering_actor }}
1616
REPO: ${{ github.repository }}
1717
run: |
1818
PERMISSION=$(gh api "repos/$REPO/collaborators/$ACTOR/permission" --jq '.permission')

0 commit comments

Comments
 (0)