Skip to content

Commit b683ffe

Browse files
authored
chore: update github token used in workflows (#3424)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent c99110e commit b683ffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v3
6262
with:
6363
ref: gh-pages
64-
token: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
64+
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
6565
- name: Download Artifact
6666
uses: actions/download-artifact@v2
6767
with:

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
steps:
1717
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label "auto-approve" -R ${{ github.repository }}
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/yarn-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ jobs:
143143
labels: contribution/core,dependencies,auto-approve
144144
team-reviewers: aws-cdk-team
145145
# Privileged token so automated PR validation happens
146-
token: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
146+
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
147147

0 commit comments

Comments
 (0)