1
0
Fork 0
mirror of https://github.com/vuejs/awesome-vue.git synced 2024-11-20 11:16:40 -05:00

build: not enough rights, close #3323

This commit is contained in:
Ivan Demidov 2020-05-06 10:05:20 +03:00 committed by GitHub
parent 1c7f3b3067
commit fae3429514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,30 +0,0 @@
name: Create dataset
on:
pull_request:
types: [opened, synchronize]
branches:
- master
jobs:
data:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
env:
GIT_TRACE: 1
GIT_CURL_VERBOSE: 1
with:
ref: ${{ github.head_ref }}
- name: Awesome readme to data
uses: Scrum/awesome-readme-to-data-action@v0.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Commit files and Push changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add -A
git commit -m "feat: update data file"
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git push