We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25265cb commit 02b18e2Copy full SHA for 02b18e2
.github/workflows/code-quality.yml
@@ -76,13 +76,17 @@ jobs:
76
# We only care about PHP 8.4 (latest stable) for our code coverage report
77
if: matrix.php-versions == 8.4
78
uses: codecov/codecov-action@v5
79
- env:
80
- CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
81
82
build-and-push-docker:
83
needs: code-quality
84
uses: ./.github/workflows/build-and-push-docker.yml
85
secrets: inherit
86
+ permissions:
87
+ contents: read
88
+ packages: write
89
+ id-token: write
90
# Only build docker images on pushes to master, develop and tags
91
if:
92
(
0 commit comments