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

Commit f2534f7

Browse files
Removed token input from add-and-commit action since it's no longer supported/needed
1 parent 75b0841 commit f2534f7

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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
@@ -99,4 +98,3 @@ jobs:
9998
message: "[METADATA] Updated version"
10099
add: "metadata.rb"
101100
signoff: true
102-
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ jobs:
2525
message: "[CHANGELOG] Updated changelog"
2626
add: "CHANGELOG.md"
2727
signoff: true
28-
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)