mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
Merge pull request #49 from nicholas-fedor/48-fix-code-scanning-alert---workflow-does-not-contain-permissions
Update greetings.yml
This commit is contained in:
commit
fdf4b3f4ea
1 changed files with 15 additions and 10 deletions
5
.github/workflows/greetings.yml
vendored
5
.github/workflows/greetings.yml
vendored
|
|
@ -7,6 +7,11 @@ on:
|
|||
issues:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue