Skip to content

Commit

Permalink
🔧 DAT-18287 statuses: write (#888)
Browse files Browse the repository at this point in the history
* use actions/github-script v7

* statuses: write

---------

Co-authored-by: Sayali M <sayali@Sayalis-MacBook-Pro>
  • Loading branch information
sayaliM0412 and Sayali M authored Aug 30, 2024
1 parent 9ea7b9e commit ee79ce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,14 @@ jobs:
runs-on: ubuntu-22.04
permissions:
contents: write
statuses: write
needs: [ setup, test, authorize ]
if: ${{ always() }}
steps:
- uses: actions/checkout@v4

- name: Coordinate Liquibase-Test-Harness
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7
with:
github-token: ${{ secrets.BOT_TOKEN }}
script: |
Expand Down

0 comments on commit ee79ce9

Please sign in to comment.