Skip to content

Commit 078b170

Browse files
committed
Rename token secret.
1 parent 99b5b39 commit 078b170

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-publish-bindings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
rust_version: ${{ needs.setup.outputs.rust_version }}
3030
secrets:
31-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232

3333
publish-glalby-go:
3434
needs:

.github/workflows/build-libraries.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
required: true
88
type: string
99
secrets:
10-
GITHUB_TOKEN:
10+
repo-token:
1111
required: true
1212

1313
jobs:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Protoc
4040
uses: arduino/setup-protoc@v3
4141
with:
42-
repo-token: ${{ secrets.GITHUB_TOKEN }}
42+
repo-token: ${{ secrets.repo-token }}
4343

4444
- name: Checkout
4545
uses: actions/checkout@v4

0 commit comments

Comments
 (0)