Skip to content

Commit

Permalink
Merge pull request #1282 from CollageLabs/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
LuisAlejandro authored Jan 10, 2024
2 parents a987ba2 + f8a8a17 commit 88c1411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
needs: approve
steps:
- name: Merge
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: "${{ github.actor == 'LuisAlejandro' && secrets.GITHUB_TOKEN || secrets.REPO_PERSONAL_ACCESS_TOKEN }}"
script: |
Expand Down

0 comments on commit 88c1411

Please sign in to comment.