Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:
go fmt pkg/fab/versions.go

- name: Generate token for the fabricator repository
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
id: fab-app-token
with:
app-id: ${{ secrets.FAB_APP_ID }}
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:

- name: "Generate GitHub App token for the dataplane repository"
id: "app-token"
uses: "actions/create-github-app-token@v2"
uses: "actions/create-github-app-token@v3"
with:
app-id: "${{ secrets.DP_APP_ID }}"
private-key: "${{ secrets.DP_PRIVATE_KEY }}"
Expand Down