Skip to content

Commit

Permalink
Widen permissions for GH_TOKEN in release
Browse files Browse the repository at this point in the history
* Fix `dependabot.yml` for `type: dependency-upgrade` label expected by the changelog-generator
  • Loading branch information
artembilan committed Dec 18, 2023
1 parent 0877eed commit ab5c0b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
open-pull-requests-limit: 10
labels: ["type: dependency-upgrade"]
groups:
development-dependencies:
update-types: ["patch"]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
release:
permissions:
actions: write
contents: write
issues: write

uses: artembilan/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
secrets:
Expand Down

0 comments on commit ab5c0b2

Please sign in to comment.