Skip to content

Commit

Permalink
use repo scoped token in third_party_notices action (#1732)
Browse files Browse the repository at this point in the history
use repo scoped token for workflows with EndBug/add-and-commit github action so the automated commit from that action will trigger a rerun of the github actions in the pr. 

J=SLAP-2044
TEST=manual

add new dependency to repo. See that third_party_notices_check made an automated commit and reran other github actions.
  • Loading branch information
yen-tt authored May 6, 2022
1 parent 65d00d8 commit 71f518b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/third_party_notices_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ on: pull_request
jobs:
call_notices_check:
uses: yext/slapshot-reusable-workflows/.github/workflows/third_party_notices_check.yml@v1
secrets:
REPO_SCOPED_TOKEN: ${{ secrets.BOT_REPO_SCOPED_TOKEN }}

0 comments on commit 71f518b

Please sign in to comment.