From c9ebe83850f025d6a2b72aca9517c9ce0e037d9f Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Sun, 1 Aug 2021 10:39:11 +0700 Subject: [PATCH] Update tasks.yaml --- .github/workflows/tasks.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tasks.yaml b/.github/workflows/tasks.yaml index a0b7770..c9f62a8 100644 --- a/.github/workflows/tasks.yaml +++ b/.github/workflows/tasks.yaml @@ -12,13 +12,14 @@ jobs: - name: build uses: minoplhy/filters-maker@main env: - API_TOKEN_GITHUB: ${{ secrets.API_KEY }} + API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: Destination_NAME: "filters" - Destination_REPO: "minoplhy/filters" + Destination_UNAME: "minoplhy" + Destination_REPO: "filters" Destination_VERSION: "Uncategory" GIT_NAME: "HurBar" GIT_EMAIL: "Hurbar@m21.kylz.nl" - REPO_BRANCH: "Main" + REPO_BRANCH: "main" - name: Checkout uses: actions/checkout@v2