Skip to content

Commit

Permalink
fix: add checkout git permissions for git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Aug 12, 2022
1 parent 99b1cf5 commit d60f507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
DEFAULT_BRANCH: main
DOCKERFILE_HADOLINT_FILE_NAME: /.utils/.github/linters/hadolint.yaml
EDITORCONFIG_FILE_NAME: /.editorconfig
FILTER_REGEX_EXCLUDE: .*(ati-smarttag.js|skycons.js|.github/workflows/*|docs/ARCHITECTURE/*|traffic/sftp-gcs/*|.mp3|.php|.drawio|.ejs)
FILTER_REGEX_EXCLUDE: .*(ati-smarttag.js|skycons.js|.github/workflows/*|docs/ARCHITECTURE/*|traffic/sftp-gcs/*|.mp3|.php|.drawio|demo.ejs)
IGNORE_GITIGNORED_FILES: true
JAVASCRIPT_DEFAULT_STYLE: prettier
JAVASCRIPT_ES_CONFIG_FILE: /.eslintrc.json
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: 👀 Checkout repository
uses: actions/checkout@v3
with:
persist-credentials: false
persist-credentials: true

- name: 👀 Checkout utils into subfolder
uses: actions/checkout@v3
Expand Down

0 comments on commit d60f507

Please sign in to comment.