Skip to content

Commit

Permalink
CI updates (#114)
Browse files Browse the repository at this point in the history
* Switch to official app token action

* Add Dependabot config
  • Loading branch information
gwynne authored Nov 3, 2023
1 parent 71a06a4 commit 0edbc85
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
dependencies:
patterns:
- "*"
9 changes: 5 additions & 4 deletions .github/workflows/auto-template-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ jobs:
steps:
- name: Get token
id: get-token
uses: tibdex/github-app-token@v1
uses: actions/create-github-app-token@v1
with:
app_id: ${{ vars.PENNY_APP_ID }}
private_key: ${{ secrets.PENNY_APP_PRIVATE_KEY }}
repository: vapor/${{ matrix.repository }}
app-id: ${{ vars.PENNY_APP_ID }}
private-key: ${{ secrets.PENNY_APP_PRIVATE_KEY }}
owner: vapor
repositories: ${{ matrix.repository }}
- name: Get cached toolbox
uses: actions/cache/restore@v3
with:
Expand Down

0 comments on commit 0edbc85

Please sign in to comment.