1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 12:55:32 +02:00

ci: allow contents/write

This commit is contained in:
Lena 2024-01-11 21:35:05 +01:00 committed by K.B.Dharun Krishna
parent f1c35b53a3
commit 3c01532748

View file

@ -3,7 +3,7 @@ name: CI
on: ['push', 'pull_request']
permissions:
contents: read # to fetch code (actions/checkout)
contents: write # to upload assets to releases
jobs:
ci:
@ -52,3 +52,4 @@ jobs:
run: bash scripts/deploy.sh
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}