Skip to content

Commit

Permalink
v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Sep 24, 2020
1 parent 979df24 commit 98c2361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codenotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98c2361

Please sign in to comment.