thelounge / thelounge-docker

🐳 ‎ ‎Docker image for The Lounge, a self-hosted web IRC client
https://ghcr.io/thelounge/thelounge
MIT License
306 stars 73 forks source link

Explicitly define action permissions #158

Closed xPaw closed 1 year ago

xPaw commented 1 year ago

I changed org defaults to not have read/write, so I think it's gonna need these perms now:

permissions:
  contents: read
  packages: write
williamboman commented 1 year ago

Is contents: read ever needed on public repos? I'm curious, GitHub docs tell absolutely nothing.

xPaw commented 1 year ago

Github docs are terrible for permissions, it's probably not needed because it should be default, but I list it to be explicit in the used permissions.