Skip to content

Commit 2c892ca

Browse files
committed
Create package: fix github token name collision
1 parent 7967eec commit 2c892ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
type: string
3232
required: false
3333
secrets:
34-
github_token:
34+
github_pat:
3535
description: GitHub token
3636
required: false
3737
url_debian_11:
@@ -245,7 +245,7 @@ jobs:
245245
save_cache: false
246246
self_test: false
247247
build_config: ${{ inputs.build_config }}
248-
github_token: ${{ inputs.github_token || secrets.GH_REPO_READ_TOKEN }}
248+
github_token: ${{ inputs.github_pat || secrets.GH_REPO_READ_TOKEN }}
249249

250250
- name: Upload binary as artifact
251251
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)