Skip to content

Commit 4fd1936

Browse files
committed
chore: more github token debug
1 parent 275ff9a commit 4fd1936

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/workflows.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
dockerfile: ${{ inputs.dockerfile }}
7373
platforms: 'linux/amd64'
7474
tag-prefix: 'amd64-'
75-
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
7675

7776

7877
docker-arm64:
@@ -100,7 +99,6 @@ jobs:
10099
dockerfile: ${{ inputs.dockerfile }}
101100
platforms: 'linux/arm64'
102101
tag-prefix: 'arm64-'
103-
GITHUB_TOKEN: ${{ inputs.GITHUB_TOKEN }}
104102

105103
docker-manifest:
106104
needs: [docker-amd64, docker-arm64]

0 commit comments

Comments
 (0)