We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3376523 commit 241faf7Copy full SHA for 241faf7
.github/workflows/release.yml
@@ -15,6 +15,9 @@ on:
15
jobs:
16
build_and_release:
17
runs-on: ubuntu-latest
18
+ env:
19
+ GITHUB_USER: "klinux"
20
+ GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
21
steps:
22
- uses: actions/checkout@v3
23
with:
.github/workflows/test_and_build.yml
@@ -23,6 +23,9 @@ jobs:
previewGithubRelease:
24
needs: test
25
26
27
28
29
30
31
0 commit comments