We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2987c4 commit 2b53491Copy full SHA for 2b53491
.github/workflows/_dist.yml
@@ -2,9 +2,6 @@ name: Create and publish a Docker image
2
3
on:
4
workflow_call:
5
- secrets:
6
- GITHUB_TOKEN:
7
- required: true
8
9
env:
10
REGISTRY: ghcr.io
.github/workflows/ci.yml
@@ -28,5 +28,3 @@ jobs:
28
uses: ./.github/workflows/_dist.yml
29
permissions:
30
contents: write
31
32
- CODECOV_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments