otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.56k stars 1.04k forks source link

Add package write permission to docker-image job #4703

Closed ranisalt closed 2 months ago

ranisalt commented 2 months ago

Pull Request Prelude

Changes Proposed

Issues addressed: after #4702 we learned that the GITHUB_TOKEN is configured in restricted mode, which removes the access to publish packages, Docker images included. Since changing the token access is not a possibility, we need to granularly enable the permission for this job.