Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvapiav committed Mar 21, 2024
1 parent 709813b commit d1aa1f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-n-upload-action/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# action.yml
name: 'Hello World'
name: 'Build FMO-OS image'
description: 'Greet someone and record the time'
inputs:
build_target:
Expand Down
2 changes: 0 additions & 2 deletions .github/actions/build-n-upload-action/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ cachix --version
export USER=root

cachix authtoken $CACHIX_TOKEN
mkdir -p /root/.config/cachix/
cp /github/home/.config/cachix/cachix.dhall /root/.config/cachix/
cachix use fmo-os

echo "Build $BUILD_TARGET"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ jobs:
build_target: 'fmo-os-installer-debug'
CACHIX_TOKEN: ${{ secrets.CACHIX_TOKEN }}
GITHUB_TOKEN: 'super github token'
context: .
secrets: |
"GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Use the output from the `hello` step
- name: Upload Build Artifacts
run: |
Expand Down

0 comments on commit d1aa1f8

Please sign in to comment.