Skip to content

fix: key is not base 64 encoded #20

fix: key is not base 64 encoded

fix: key is not base 64 encoded #20

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build binaries
env:
CROSS: 1
VERSION: ${{ github.ref_name }}
run: |
make build-rancher