Skip to content

Commit

Permalink
Bump workflow versions to v0.1.7 and update secret variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Dec 13, 2024
1 parent e1ccce5 commit 0457024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ permissions:
jobs:
add-to-osinfra-project:
name: Open Source Infrastructure (as Code)
uses: osinfra-io/github-misc-called-workflows/.github/workflows/[email protected].6
uses: osinfra-io/github-misc-called-workflows/.github/workflows/[email protected].7
with:
project_id: 1
secrets:
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PEM }}
add_to_project_pem: ${{ secrets.ADD_TO_PROJECT_PEM }}
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ permissions:
jobs:
dependabot:
name: Dependabot
uses: osinfra-io/github-misc-called-workflows/.github/workflows/[email protected].6
uses: osinfra-io/github-misc-called-workflows/.github/workflows/[email protected].7
secrets:
pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}
pr_approve_and_merge_pem: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}

0 comments on commit 0457024

Please sign in to comment.