Skip to content

Commit 9e8a1dd

Browse files
committed
fix: use PAT
1 parent 60a57a3 commit 9e8a1dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-binaries-for-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
files: target/release/*-aoede!(*.d|*.pdb)
3636
env:
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.PAT }}

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
output-file: "false"
2222
skip-ci: "false"
23-
github-token: ${{ secrets.GITHUB_TOKEN }}
23+
github-token: ${{ secrets.PAT }}
2424
version-file: "Cargo.toml"
2525
version-path: "package.version"
2626

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)