Giter Club home page Giter Club logo

Comments (4)

tobiaslohr avatar tobiaslohr commented on July 17, 2024 1

We are working on this. Once this is done the CLI will be available as NPM package most probably under the SFDC org in npmjs.org

from sfcc-ci.

amezick avatar amezick commented on July 17, 2024 1

Here is a work around for anyone that gets sees this before this project is a real package. First I create a GitHub Personal Access Token. Then I add this PAT as a secret to the project under the name GITHUB_ACTION_TOKEN. Here is my workflow:

jobs:
    build:
        runs-on: ubuntu-latest
        env:
            build-suite-dir: ./build-suite

        steps:
            -  uses: actions/checkout@v1
               with:
                   token: ${{ secrets.GITHUB_ACTION_TOKEN }}
                   submodules: true
            -  uses: actions/setup-node@v1
               with:
                   node-version: '10.x'
            -  name: build directory
               run: ls
               working-directory: ${{env.build-suite-dir}}
            -  name: Install NPM
               run: |
                   sed -i 's/ssh:\/\/[email protected]/https:\/\/${{ secrets.GITHUB_ACTION_TOKEN }}:[email protected]/g' package.json
                   cat package.json
                   npm install
               working-directory: ${{env.build-suite-dir}}

It is a hack, but it works.

from sfcc-ci.

tobiaslohr avatar tobiaslohr commented on July 17, 2024

@amezick now, that we have open sourced sfcc-ci as of version v2.3.0 and made the repo public, can we close this issue?

from sfcc-ci.

tobiaslohr avatar tobiaslohr commented on July 17, 2024

Closing as no activity and repo can be publicly accessed

from sfcc-ci.

Related Issues (20)

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.