Skip to content

Commit

Permalink
fix: Typo (TOKEN_BOT_WORKFLOW -> BOT_TOKEN_WORKFLOW)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 25, 2024
1 parent fc2c39d commit f7c29d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Suggest that the contributor linked an issue
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TOKEN_BOT_WORKFLOW }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
script: |
const login = "${{ github.event.pull_request.user.login }}";
const syntaxUrl = "https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue";
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: get-project-url
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TOKEN_BOT_WORKFLOW }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
result-encoding: string
script: |
const query = `query ($login: String!) {
Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:
name: Add issue to project
uses: actions/[email protected]
with:
github-token: ${{ secrets.TOKEN_BOT_WORKFLOW }}
github-token: ${{ secrets.BOT_TOKEN_WORKFLOW }}
project-url: ${{ steps.get-project-url.outputs.result }}
labeled: release

0 comments on commit f7c29d3

Please sign in to comment.