Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 committed Dec 18, 2024
1 parent 9a54662 commit c04afbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/add-labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ async function main() {

const token = core.getInput("GITHUB_TOKEN");
console.log("Token: ", token);
const variable = core.getInput("VARIABLE");
console.log("Variable: ", variable);
const octokit = github.getOctokit(token);

const labels = issueTitle
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/issue-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
node .github/scripts/add-labels.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VARIABLE: "value"

0 comments on commit c04afbd

Please sign in to comment.