Skip to content

Commit

Permalink
add permissions to the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent c820bbf commit c932c43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Dependency Image
name: "Dependency Image"

on:
push:
workflow_dispatch:

permissions:
contents: read
actions: write

env:
DOCKER_DEPENDENCY_IMAGE_NAME: ghcr.io/genspectrum/lapis-silo-dependencies

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/imageAndTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
types:
- completed

permissions:
contents: read
actions: write

concurrency:
group: ci-${{ github.ref }}
Expand Down

0 comments on commit c932c43

Please sign in to comment.