Skip to content

test

test #2

Workflow file for this run

name: test
on: [workflow_dispatch]
jobs:
create_issue:
runs-on: ubuntu-latest
steps:
- name: Set github.token
run: echo GHCR_TOKEN=$(echo -n ${{ secrets.GITHUB_TOKEN }} | base64) >> $GITHUB_ENV
shell: bash
- name: GHCR call
run: |
curl -s -H "Authorization: Bearer $(echo -n ${{ secrets.GITHUB_TOKEN }} | base64)" https://ghcr.io/v2/${{ github.repository_owner }}/sonarr/tags/list | jq .tags