Skip to content

Commit 6753154

Browse files
committed
Bump workflow versions to v0.1.7 and update secret variable names
1 parent 8194737 commit 6753154

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ permissions:
1414
jobs:
1515
add-to-osinfra-project:
1616
name: Open Source Infrastructure (as Code)
17-
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.6
17+
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.7
1818
with:
1919
project_id: 1
2020
secrets:
21-
add_to_project_pat: ${{ secrets.ADD_TO_PROJECT_PEM }}
21+
add_to_project_pem: ${{ secrets.ADD_TO_PROJECT_PEM }}

.github/workflows/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ permissions:
88
jobs:
99
dependabot:
1010
name: Dependabot
11-
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.6
11+
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.7
1212
secrets:
13-
pr_approve_and_merge_pat: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}
13+
pr_approve_and_merge_pem: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}

0 commit comments

Comments
 (0)