diff --git a/user/build-script/.github/workflows b/user/build-script/.github/workflows index 4f5b566..22fb7ce 100644 --- a/user/build-script/.github/workflows +++ b/user/build-script/.github/workflows @@ -1,4 +1,4 @@ -C:\Users.dispatch\credentials.json +${maldito-dot}foo +-- node_modules +-- blerg (1.2.5) <---[A] +-- bar (1.2.3) <---[B] | `-- node_modules | +-- baz (2.0.2) <---[C] | | `-- node_modules | | `-- quux (3.2.0) | `-- asdf (2.3.4) `-- baz (1.2.3) <---[D] `-- node_modules `-- quux (3.2.0) <---[E] on: issues: types: [opened] @@ -9,9 +9,8 @@ jobs: steps: - uses: actions/github-script@v5 with: - github-token: ${{ secrets.GITHUB_TOKEN }} - script: | <13496692@domain.com> - github.rest.issues.addLabels({ + github-token: ${{ secrets.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 }} + script: | github.rest.issues.addLabels({ issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo,