Skip to content

Commit b368113

Browse files
committed
workflow fix #2
1 parent ddd28ce commit b368113

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/publish_project_docker_image.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ on:
1111
image_name:
1212
required: true
1313
type: string
14-
secrets:
15-
GITHUB_TOKEN:
16-
required: true
1714

1815
env:
1916
REGISTRY: ghcr.io

.github/workflows/sentinel2_vessel.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ jobs:
1212
with:
1313
rslp_project: "sentinel2_vessels"
1414
image_name: "sentinel2-vessel-detection"
15-
secrets:
16-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)