Skip to content

Commit

Permalink
VAULT-17736 add token
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletHynes committed Jul 5, 2023
1 parent d24609e commit 8dfbbf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/add-community-contributed-label.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Functions For nil, nil returns
name: Add community contributed label

on:
pull_request:
Expand All @@ -19,3 +19,4 @@ jobs:
uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf #v1.1.3
with:
labels: community-contributed-pr
github_token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 8dfbbf5

Please sign in to comment.