Skip to content

Commit 717a88d

Browse files
committed
Revert "Fix token usage for changelog helper (opensearch-project#4351)"
This reverts commit c28221e. Signed-off-by: Kunal Kotwani <[email protected]>
1 parent c28221e commit 717a88d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/changelog_verifier.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,10 @@ jobs:
77
# Enforces the update of a changelog file on every pull request
88
verify-changelog:
99
runs-on: ubuntu-latest
10-
permissions:
11-
pull-requests: write
12-
contents: write
1310
steps:
14-
- name: GitHub App token
15-
id: github_app_token
16-
uses: tibdex/[email protected]
17-
with:
18-
app_id: ${{ secrets.APP_ID }}
19-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
20-
installation_id: 22958780
21-
2211
- uses: actions/checkout@v3
2312
with:
24-
token: ${{ steps.github_app_token.outputs.token }}
13+
token: ${{ secrets.GITHUB_TOKEN }}
2514
ref: ${{ github.event.pull_request.head.sha }}
2615

2716
- uses: dangoslen/dependabot-changelog-helper@v1

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
2727
- Do not fail replica shard due to primary closure ([#4133](https://github.com/opensearch-project/OpenSearch/pull/4133))
2828
- Add timeout on Mockito.verify to reduce flakyness in testReplicationOnDone test([#4314](https://github.com/opensearch-project/OpenSearch/pull/4314))
2929
- Commit workflow for dependabot changelog helper ([#4331](https://github.com/opensearch-project/OpenSearch/pull/4331))
30-
- Token usage for dependabot changelog helper ([#4351](https://github.com/opensearch-project/OpenSearch/pull/4351))
3130

3231
### Security
3332
- CVE-2022-25857 org.yaml:snakeyaml DOS vulnerability ([#4341](https://github.com/opensearch-project/OpenSearch/pull/4341))

0 commit comments

Comments
 (0)