Giter Site home page Giter Site logo

setup-mill's Introduction

GitHub Action to Set up Mill

Use this action to make mill available in a job.

- uses: jodersky/setup-mill@master
  with:
    mill-version: 0.10.4
- name: Compile
  run: mill project.compile
# the server process is kept alive across steps,
# so separate invocations of mill remain extremely fast!
- name: Test
  run: mill project.test

setup-mill's People

Contributors

dependabot[bot] avatar james-s-w-clark avatar jodersky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

setup-mill's Issues

The add-path command is disabled

GitHub has deprecated set-env and add-path commands

Below configuration was working fine:

- name: Publish
        if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') || github.event_name == 'release'
        env:
          ACTIONS_ALLOW_UNSECURE_COMMANDS: true
          SONATYPE_CREDENTIALS: ${{ secrets.SONATYPE_CREDENTIALS }}
          GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
        run: |
          echo "${{ secrets.PGP_SECRET_KEY }}" | base64 --decode > private.key
          gpg --batch --yes --no-tty --import private.key
          rm private.key
          export GPG_TTY=$(tty)

          mill mill.scalalib.PublishModule/publishAll __.publishArtifacts novakov.alex:$SONATYPE_CREDENTIALS --gpgArgs --passphrase=$GPG_PASSWORD,--batch,--yes,-a,-b,--pinentry-mode,loopba

Now it is failing with:

Run jodersky/setup-mill@master
  with:
    mill-version: 0.8.0
  env:
    JAVA_HOME_11.0.9_x64: /opt/hostedtoolcache/jdk/11.0.9/x64
    JAVA_HOME: /opt/hostedtoolcache/jdk/11.0.9/x64
    JAVA_HOME_11_0_9_X64: /opt/hostedtoolcache/jdk/11.0.9/x64
no cached version found
downloading mill
Error: Unable to process command '::add-path::/opt/hostedtoolcache/mill/0.8.0/x64' successfully.
Error: The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Example GH Action run: https://github.com/novakov-alexey/http4s-spnego/runs/1437827242?check_suite_focus=true#step:5:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.