mirror of
https://github.com/realm/SwiftLint.git
synced 2026-05-07 20:12:49 +00:00
@@ -9,10 +9,6 @@ on:
|
||||
- '.github/workflows/docker.yml'
|
||||
- 'Dockerfile'
|
||||
workflow_call:
|
||||
secrets:
|
||||
GITHUB_TOKEN:
|
||||
required: true
|
||||
description: 'GitHub token with permissions to push Docker images'
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Docker tag'
|
||||
|
||||
@@ -118,7 +118,6 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
secrets:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
secrets: inherit
|
||||
with:
|
||||
tag: ${{ github.event.release.tag_name }}
|
||||
|
||||
Reference in New Issue
Block a user