Skip to content

Commit 33b6830

Browse files
authored
Merge pull request #742 from materialsproject/github_action_tests
update CONTENTS_PERMISSION_TOKEN
2 parents bec6478 + fad6346 commit 33b6830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jest_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Trigger integration test
7575
uses: peter-evans/repository-dispatch@v1
7676
with:
77-
token: ${{ secrets.GH_TOKEN }}
77+
token: ${{ secrets.CONTENTS_PERMISSION_TOKEN }}
7878
repository: materialsproject/dash-mp-components
7979
event-type: new-snapshot-version
8080
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 commit comments

Comments
 (0)