Skip to content

Commit aee29ee

Browse files
authored
Merge pull request #4517 from shogo82148/patch-1
fix an example in authentication-in-a-workflow
2 parents 0d0d3c0 + 61a0124 commit aee29ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/reference/authentication-in-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This example workflow uses the [labeler action](https://github.com/actions/label
4040
```yaml
4141
name: Pull request labeler
4242
on:
43-
- pull_request
43+
- pull_request_target
4444
jobs:
4545
triage:
4646
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)