Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 9999266

Browse files
Merge pull request #54 from codenamephp/dependabot/github_actions/EndBug/add-and-commit-v7
Bump EndBug/add-and-commit from v6.2.0 to v7
2 parents 4852478 + f2534f7 commit 9999266

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,12 @@ jobs:
7373
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
7474

7575
- name: commit updated changelog
76-
uses: EndBug/add-and-commit@v6.2.0
76+
uses: EndBug/add-and-commit@v7
7777
with:
7878
message: "[CHANGELOG] Updated changelog"
7979
add: "CHANGELOG.md"
8080
signoff: true
8181
branch: main
82-
token: ${{ secrets.GITHUB_TOKEN }}
8382

8483
- name: Create pull request
8584
uses: repo-sync/pull-request@v2

.github/workflows/prepare-release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ jobs:
4949
release_branch: 'release'
5050

5151
- name: commit updated changelog
52-
uses: EndBug/add-and-commit@v6.2.0
52+
uses: EndBug/add-and-commit@v7
5353
with:
5454
message: "[CHANGELOG] Updated changelog"
5555
add: "CHANGELOG.md"
5656
signoff: true
57-
token: ${{ secrets.GITHUB_TOKEN }}
5857

5958
bump_cookbook_version:
6059
name: Bump cookbook version and check upload
@@ -94,9 +93,8 @@ jobs:
9493
run: knife supermarket share ${{ steps.get_cookbook_name.outputs.cookbook_name }} -o .. --dry-run
9594

9695
- name: commit bumped metadata
97-
uses: EndBug/add-and-commit@v6.2.0
96+
uses: EndBug/add-and-commit@v7
9897
with:
9998
message: "[METADATA] Updated version"
10099
add: "metadata.rb"
101100
signoff: true
102-
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog"
2121

2222
- name: commit updated changelog
23-
uses: EndBug/add-and-commit@v6.2.0
23+
uses: EndBug/add-and-commit@v7
2424
with:
2525
message: "[CHANGELOG] Updated changelog"
2626
add: "CHANGELOG.md"
2727
signoff: true
28-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)