diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index 87ad2ba..2282a3b 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.3 + - uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@v0.4 env: # This token needs to have repo scope and read:org scope (to be able to mention teams). GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }} diff --git a/README.md b/README.md index fdf6249..5816355 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: sourcegraph/codenotify@v0.3 + - uses: sourcegraph/codenotify@v0.4 env: # secrets.GITHUB_TOKEN is available by default, but it won't allow CODENOTIFY to mention GitHub teams. # If you want CODENOTIFY to be able to mention teams, then you need to create a personal access token