We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bec6478 + fad6346 commit 33b6830Copy full SHA for 33b6830
.github/workflows/jest_tests.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Trigger integration test
75
uses: peter-evans/repository-dispatch@v1
76
with:
77
- token: ${{ secrets.GH_TOKEN }}
+ token: ${{ secrets.CONTENTS_PERMISSION_TOKEN }}
78
repository: materialsproject/dash-mp-components
79
event-type: new-snapshot-version
80
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
0 commit comments