Skip to content

Commit

Permalink
ci: DSW-2146 updated handle-closed-prs.yml with token name and placing (
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNg2332 authored Jun 13, 2024
1 parent ee92ddb commit 79cfc36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/handle-closed-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
- name: List repo environments
id: list-environments
uses: actions/github-script@v6
env:
GITHUB_TOKEN: ${{ secrets.PIE_BOT_TOKEN }}
with:
github-token: ${{ secrets.PIE_BOT_TOKEN }}
script: |
const pullRequestNumber = context.issue.number;
const owner = context.repo.owner;
Expand Down

0 comments on commit 79cfc36

Please sign in to comment.