1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-20 20:51: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 name: Codespell
on: [push, pull_request] on: [push, pull_request]
permissions:
contents: read
jobs: jobs:
codespell: codespell:
name: Check for spelling errors name: Check for spelling errors

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

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