1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

build: harden sentry-release.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-25 18:04:27 +02:00
parent 90dd3c3020
commit 68f62ca9cd

View File

@ -5,6 +5,9 @@ on:
tags:
- '*'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
sentry_release:
runs-on: ubuntu-latest