1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-20 04:31:45 +02:00

Merge pull request from turrisxyz/setup-permissions

Set permissions for GitHub actions
This commit is contained in:
Dirk Wetter
2022-04-24 18:03:10 +02:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

@ -1,6 +1,9 @@
---
name: Codespell
on: [push, pull_request]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors

@ -12,6 +12,9 @@ env:
BUILD_VERSION: "3.1dev"
DOCKER_CLI_EXPERIMENTAL: enabled
permissions:
contents: read
jobs:
deploy:

@ -24,6 +24,9 @@ on:
- 'LICENSE'
- 'Dockerfile'
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}