Skip to content

Commit

Permalink
Update issue-trigger.yml
Browse files Browse the repository at this point in the history
comment out line 55, token
  • Loading branch information
t-will-gillis authored Jul 14, 2024
1 parent 315d0c2 commit 18bd520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/github-script@v7
id: check-labels-prelim
with:
github-token: ${{ secrets.HACKFORLA_GRAPHQL_TOKEN }}
# github-token: ${{ secrets.HACKFORLA_GRAPHQL_TOKEN }}
script: |
const script = require('./github-actions/trigger-issue/add-preliminary-comment/check-label-preliminary-update.js')
const checklabels = script({g: github, c: context})
Expand Down

0 comments on commit 18bd520

Please sign in to comment.