Skip to content

Commit

Permalink
chore: update package-lock, remove ci perms (#3059)
Browse files Browse the repository at this point in the history
- Updates package-lock.json to use version 2
- Remove unnecessary CI permissions
  • Loading branch information
jef committed Oct 21, 2022
1 parent 5551f78 commit 9b8b8ff
Show file tree
Hide file tree
Showing 4 changed files with 12,088 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-release.yaml
Expand Up @@ -26,8 +26,6 @@ jobs:
runs-on: ubuntu-latest
needs: check_date
if: needs.check_date.outputs.should_run == 'true'
permissions:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Expand Up @@ -7,8 +7,6 @@ jobs:
build_tag_publish:
name: Build, tag and publish Docker image
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -18,4 +18,4 @@ jobs:
release-type: node
changelog-path: CHANGELOG.md
package-name: streetmerchant
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"style","section":"Styling","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"perf","section":"Performance","hidden":false},{"type":"test","section":"Tests","hidden":false}]'
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"perf","section":"Performance","hidden":false},{"type":"test","section":"Tests","hidden":false}]'

0 comments on commit 9b8b8ff

Please sign in to comment.