Skip to content

Commit 343fbe0

Browse files
committed
ci bump
1 parent fc7511a commit 343fbe0

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

‎.github/.agp‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎.github/workflows/release.yml‎

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v5
1919

2020
- name: Setup Rust
2121
uses: actions-rs/toolchain@v1
@@ -63,10 +63,10 @@ jobs:
6363

6464
steps:
6565
- name: Checkout
66-
uses: actions/checkout@v3
66+
uses: actions/checkout@v4
6767

6868
- name: Setup Python
69-
uses: actions/setup-python@v3
69+
uses: actions/setup-python@v5
7070

7171
- name: Setup Rust
7272
uses: actions-rs/toolchain@v1
@@ -96,16 +96,19 @@ jobs:
9696
path: artifacts/${{ matrix.jobs.triple }}.deb
9797

9898
release:
99+
permissions:
100+
contents: write
101+
99102
needs:
100103
- build
101104
runs-on: ubuntu-latest
102105

103106
steps:
104107
- name: Checkout
105-
uses: actions/checkout@v3
108+
uses: actions/checkout@v4
106109

107110
- name: Setup Python
108-
uses: actions/setup-python@v3
111+
uses: actions/setup-python@v5
109112

110113
- name: Download Artifacts
111114
uses: actions/download-artifact@v3
@@ -115,6 +118,7 @@ jobs:
115118
- name: Create Release
116119
env:
117120
CI_TOKEN: ${{ secrets.CI_TOKEN }}
118-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121+
GH_TOKEN: ${{ github.token }}
122+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119123
run: |-
120124
make ci

0 commit comments

Comments
 (0)