Skip to content

Commit

Permalink
add step security
Browse files Browse the repository at this point in the history
  • Loading branch information
npalm committed Nov 10, 2024
1 parent 2c2a054 commit 98dd4cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
yarn pack
echo "sha256=$(shasum -a 256 "action-docs-*.tgz" | cut -d ' ' -f 1)" >> $GITHUB_ENV
echo "sha256=$(shasum -a 256 \"action-docs-*.tgz\" | cut -d ' ' -f 1)" >> $GITHUB_ENV
yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
5 changes: 5 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ DISABLE_LINTERS:
- COPYPASTE_JSCPD
- JAVASCRIPT_ES

DISABLE_ERRORS_LINTERS:
- SPELL_LYCHEE
- SPELL_PROSELINT
- SPELL_CSPELL

JSON_JSONLINT_FILTER_REGEX_EXCLUDE: (tsconfig.json)

SPELL_LYCHEE_FILTER_REGEX_EXCLUDE: (CHANGELOG.md)
Expand Down

0 comments on commit 98dd4cd

Please sign in to comment.