Skip to content

GoleeTeam/golee-build-action-workflow

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 }}