Skip to content

Commit

Permalink
Use token in spelling workflow (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Aug 21, 2023
1 parent 82eba14 commit e1f28ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
spelling:
name: Spell Check 🆎
uses: insightsengineering/r.pkg.template/.github/workflows/spelling.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
links:
if: github.event_name != 'push'
name: Check URLs 🌐
Expand Down

0 comments on commit e1f28ef

Please sign in to comment.