Skip to content
play

GitHub Action

Golee Build Action Workflow

v2.2 Latest version

Golee Build Action Workflow

play

Golee Build Action Workflow

In order not to subscribe to the enterprise version of GitHub we publish our template actions here ;)

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Golee Build Action Workflow

uses: GoleeTeam/golee-build-action-workflow@v2.2

Learn more about this action in GoleeTeam/golee-build-action-workflow

Choose a version

Golee Build Action Workflow

In order not to subscribe to the enterprise version of GitHub we publish our template actions here ;)

Usage

- name: Build
        uses: GoleeTeam/golee-build-action-workflow@v2
        with:
          name: ${{ github.repository }}
          branch: ${{ github.ref }}
          commit_hash: ${{ github.sha }}
        env:
          GCLOUD_SERVICE_ACCOUNT_KEYFILE: ${{ secrets.GCP_GCR_BUILD_SERVICE_ACCOINT_KEY }}