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 ba98f26
Show file tree
Hide file tree
Showing 4 changed files with 12,089 additions and 30 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nightly-release.yaml
Original file line number Diff line number Diff line change
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
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: Publish
on:
push:
tags:
- 'v*'
- 'v*.*.*'
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
Original file line number Diff line number Diff line change
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}]'
Loading

0 comments on commit ba98f26

Please sign in to comment.