Skip to content

PRODENG-2528 Added GITHUB_TOKEN variable to the gh action #4

PRODENG-2528 Added GITHUB_TOKEN variable to the gh action

PRODENG-2528 Added GITHUB_TOKEN variable to the gh action #4

Workflow file for this run

name: Release binaries to Mirantis/Launchpad
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run release script
env:
TAG_NAME: ${{ github.ref_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make release