Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,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 @@ -321,7 +321,7 @@ jobs:
go mod tidy && go mod vendor && git add vendor

- name: Generate token for the fabric repository
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
id: fabric-app-token
with:
app-id: ${{ secrets.FABRIC_APP_ID }}
Expand Down Expand Up @@ -361,7 +361,7 @@ jobs:
cp docs/api.md docs-repo/docs/reference/gateway-api.md.gen

- name: Generate token for the docs repository
uses: actions/create-github-app-token@v2
uses: actions/create-github-app-token@v3
id: docs-app-token
with:
app-id: ${{ secrets.DOCS_APP_ID }}
Expand Down
Loading