Skip to content

Commit

Permalink
Update secret keys in GitHub workflows for add-to-projects and depend…
Browse files Browse the repository at this point in the history
…abot
  • Loading branch information
brettcurtis committed Dec 13, 2024
1 parent 128595b commit fc9a007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
project_id: 1
secrets:
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PAT }}
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PEM }}
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
name: Dependabot
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.6
secrets:
pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PAT }}
pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}

0 comments on commit fc9a007

Please sign in to comment.