Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
salimkanoun committed Jul 16, 2024
1 parent 60611aa commit b78d9ab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/clean-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
package-type: 'container'
min-versions-to-keep: 10
delete-only-untagged-versions: 'true'
permissions:
contents: read
packages: write
5 changes: 4 additions & 1 deletion .github/workflows/php-stan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ jobs:

- name: 'Execute PHP Stan'
working-directory: ./GaelO2
run: vendor/bin/phpstan analyse app/
run: vendor/bin/phpstan analyse app/
permissions:
contents: read
packages: write
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ jobs:
push: true
pull: true
tags: ${{ steps.meta.outputs.tags }}
permissions:
contents: read
packages: write
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,6 @@ jobs:
# determined on this branch.
diff-branch: GaelO2
diff-storage: GaelO2_code_coverage
permissions:
contents: read
packages: write

0 comments on commit b78d9ab

Please sign in to comment.