mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
2
.github/workflows/appveyor_status.yml
vendored
2
.github/workflows/appveyor_status.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.sender.login == 'appveyor[bot]' }}
|
||||
permissions:
|
||||
statuses: write
|
||||
statuses: write # To update build statuses
|
||||
steps:
|
||||
- name: 'Create individual AppVeyor build statuses'
|
||||
if: ${{ github.event.sha && github.event.target_url }}
|
||||
|
||||
6
.github/workflows/openssh_server.yml
vendored
6
.github/workflows/openssh_server.yml
vendored
@@ -24,8 +24,6 @@
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# https://docs.github.com/actions/use-cases-and-examples/publishing-packages/publishing-docker-images
|
||||
|
||||
name: 'OpenSSH Server Docker Image'
|
||||
|
||||
'on':
|
||||
@@ -39,8 +37,8 @@ jobs:
|
||||
name: 'Image build and push'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
contents: read # To comply with https://docs.github.com/en/actions/tutorials/publish-packages/publish-docker-images
|
||||
packages: write # To create/update container
|
||||
steps:
|
||||
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user