Skip to content

check dockerhub user #78

check dockerhub user

check dockerhub user #78

Workflow file for this run

name: CI to test
on: push
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7]
name: Python ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
- run: |
SECRET="${{ secrets.DOCKERHUB_USERNAME }}"
printf '%s' "$SECRET" | od -An -tx1 | tr -d ' \n'