Skip to content

Commit

Permalink
Update codenotify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jul 6, 2022
1 parent e7fb921 commit dff2339
Showing 1 changed file with 1 addition and 1 deletion.
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.4
- uses: ./ # If you were using this in your project, this would be sourcegraph/codenotify@vX.Y.Z (check releases on GitHub for latest version number)
env:
# This token needs to have repo scope and read:org scope (to be able to mention teams).
GITHUB_TOKEN: ${{ secrets.CODENOTIFY_GITHUB_TOKEN }}

0 comments on commit dff2339

Please sign in to comment.