We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba25d7c commit 14f3e36Copy full SHA for 14f3e36
1 file changed
.github/workflows/trigger-os-merge.yml
@@ -11,7 +11,6 @@ jobs:
11
- name: Trigger OS merge action in TTI repo
12
uses: actions/github-script@v7
13
with:
14
- github-token: ${{ secrets.BOT_TOKEN }}
15
script: |
16
const resp = await github.rest.repos.createDispatchEvent({
17
owner: 'TheThingsIndustries',
0 commit comments