Skip to content

Commit

Permalink
give access to github.token (still with no permissions?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
1 parent 5b18d98 commit e426c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
persist-credentials: false
- name: Check spelling with typos
#uses: crate-ci/typos@master
env:
GH_TOKEN: "${{ github.token }}"
run: |
set -o pipefail
mkdir -p "${{ runner.temp }}/typos"
Expand Down

0 comments on commit e426c1a

Please sign in to comment.