gha: bump step-security/harden-runner from 2.10.1 to 2.10.2 (#4065) #186
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Disabled for now due to the inability to pass tokens instead of passwords to Docker Hub | |
# | |
name: dnscrypt-proxy-docs | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- README.md | |
- dnscrypt-proxy | |
- .github/workflows/dnscrypt-proxy.yml | |
- .github/workflows/dnscrypt-proxy-docs.yml | |
workflow_dispatch: | |
env: | |
DOCKER_CLI_EXPERIMENTAL: enabled | |
REPOSITORY: ${{ github.actor }}/dnscrypt-proxy | |
permissions: read-all | |
jobs: | |
deploy: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Source checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v2.4.0 | |
- name: Update DockerHub description | |
uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae # v2 | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_PASSWORD }} | |
repository: ${{ env.REPOSITORY }} | |
readme-filepath: dnscrypt-proxy/README.md |