Skip to content

Commit

Permalink
Perform both automations independently of each other
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 5, 2023
1 parent 296415e commit 525f2a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_automations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: Perform PR automations
uses: actions/github-script@v7
if: success() || failure()
with:
github-token: ${{ secrets.ACCESS_TOKEN }}
script: |
Expand Down

0 comments on commit 525f2a1

Please sign in to comment.