Skip to content

Commit 241faf7

Browse files
committed
Fix: implementing support to 23.0.x
Signed-off-by: Kleber Rocha <[email protected]>
1 parent 3376523 commit 241faf7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
jobs:
1616
build_and_release:
1717
runs-on: ubuntu-latest
18+
env:
19+
GITHUB_USER: "klinux"
20+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
1821
steps:
1922
- uses: actions/checkout@v3
2023
with:

.github/workflows/test_and_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
previewGithubRelease:
2424
needs: test
2525
runs-on: ubuntu-latest
26+
env:
27+
GITHUB_USER: "klinux"
28+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2629
steps:
2730
- uses: actions/checkout@v3
2831
with:

0 commit comments

Comments
 (0)