Skip to content

Commit

Permalink
Github Actions: set top level permissions (#242)
Browse files Browse the repository at this point in the history
Set top level permissions also for docker-publish.yml and release.yml
  • Loading branch information
psilva-veeam committed Apr 19, 2024
1 parent 4239265 commit aae6644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Docker

permissions:
contents: read

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: read

on:
release:
types:
Expand Down

0 comments on commit aae6644

Please sign in to comment.