Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Oct 12, 2024
1 parent 38fa2c1 commit c7ce55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generic.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
needs: test
runs-on: ubuntu-latest
permissions:
- contents: read
- pull-requests: write
steps:
- uses: actions/checkout@v3

- name: Comment artifact links on PR
uses: benwoo1110/artifact-comment-action@test
- uses: benwoo1110/artifact-comment-action@test
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c7ce55a

Please sign in to comment.