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:
parent
1c7f3b3067
commit
fae3429514
1 changed files with 0 additions and 30 deletions
30
.github/workflows/create-dataset.yml
vendored
30
.github/workflows/create-dataset.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue