Skip to content

Commit 8194737

Browse files
committed
Update secret keys in GitHub workflows for add-to-projects and dependabot
1 parent 5f6a7ef commit 8194737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add-to-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
project_id: 1
2020
secrets:
21-
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PAT }}
21+
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PEM }}

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
name: Dependabot
1111
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.6
1212
secrets:
13-
pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PAT }}
13+
pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}

0 commit comments

Comments
 (0)