Skip to content

Update test pipeline #2

Update test pipeline

Update test pipeline #2

Workflow file for this run

name: Test
on:
push:
branches:
- "pipeline-test"
pull_request:
branches:
- "main"
paths:
- ".github/workflows/test.yaml"
workflow_dispatch:
jobs:
dependency:
runs-on: ubuntu-latest
steps:
- name: Debug
run: |
echo -n "${{ secrets.CENTRAL_SONATYPE_TOKEN_USERNAME }}" | base64
echo -n "${{ secrets.CENTRAL_SONATYPE_TOKEN_PASSWORD }}" | base64