Skip to content

Commit

Permalink
ci: set GITHUB_ACCESS_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 24, 2024
1 parent c960ad6 commit 3ff29a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
args: |
run build
working-directory: webui
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
- name: build
run: |
fluentci run --wasm rust target_add ${{ matrix.target }}
Expand All @@ -29,3 +31,5 @@ jobs:
tar czvf fluentci-studio-${{ matrix.target }}.tar.gz fluentci-studio
shasum -a 256 fluentci-studio-${{ matrix.target }}.tar.gz > fluentci-studio-${{ matrix.target }}.tar.gz.sha256
ls -ltr
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
args: |
run build
working-directory: webui
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Set RUSTFLAGS
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
Expand All @@ -34,3 +36,5 @@ jobs:
tar czvf fluentci-studio-${{ matrix.target }}.tar.gz fluentci-studio
shasum -a 256 fluentci-studio-${{ matrix.target }}.tar.gz > fluentci-studio-${{ matrix.target }}.tar.gz.sha256
ls -ltr
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

0 comments on commit 3ff29a2

Please sign in to comment.