1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 20:38:58 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
012fe6b1fc Fix HTTP 403 when creating GitHub releases by adding workflow-level permissions
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>
2026-02-27 13:55:50 +00:00
copilot-swe-agent[bot]
abf78de0f2 Initial plan 2026-02-27 13:49:54 +00:00

View File

@@ -104,11 +104,6 @@ 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 }}" \