1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-25 11:57:56 +00:00

Add GitHub auth status check step

Add step to check GitHub authentication status before creating a release.
This commit is contained in:
Skyler Mäntysaari
2026-03-15 08:01:19 +02:00
committed by GitHub
parent c75696af2a
commit f5be954731

View File

@@ -104,6 +104,11 @@ jobs:
build-args: BASE_IMAGE=${{ matrix.base_image }}
no-cache: true
- name: Check gh auth status
run: gh auth status
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create GitHub Release
run: |
gh release create "${{ steps.release.outputs.next_tag }}" \