Skip to content

Commit 2b53491

Browse files
committed
Remove system-reserved secret
1 parent c2987c4 commit 2b53491

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/_dist.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Create and publish a Docker image
22

33
on:
44
workflow_call:
5-
secrets:
6-
GITHUB_TOKEN:
7-
required: true
85

96
env:
107
REGISTRY: ghcr.io

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ jobs:
2828
uses: ./.github/workflows/_dist.yml
2929
permissions:
3030
contents: write
31-
secrets:
32-
CODECOV_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)