Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Nov 14, 2023
1 parent 42569b9 commit 7f5548a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
echo '' > .env
echo 'GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"' >> .env
echo 'OK_OWNER="manga-raiku"' >> .env
echo 'OK_REPO="service-market-raiku"' >> .env
echo 'OK_BRANCH="main"' >> .env
echo 'OK_REPO="plugins"' >> .env
echo 'OK_BRANCH="plugins"' >> .env
- name: Run scripts check plugin
id: run
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
echo '' > .env
echo 'GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"' >> .env
echo 'OK_OWNER="manga-raiku"' >> .env
echo 'OK_REPO="service-market-raiku"' >> .env
echo 'OK_BRANCH="main"' >> .env
echo 'OK_REPO="plugins"' >> .env
echo 'OK_BRANCH="plugins"' >> .env
- name: Run scripts upload plugin
id: run
Expand Down

0 comments on commit 7f5548a

Please sign in to comment.