Skip to content

build: 优化docker登录方式,使用更安全的--password-stdin参数 #163

build: 优化docker登录方式,使用更安全的--password-stdin参数

build: 优化docker登录方式,使用更安全的--password-stdin参数 #163

name: Generate a list of contributors
on:
push:
branches:
- main
jobs:
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}