Skip to content

Commit

Permalink
Merge pull request #15 from gotoeveryone/feat/#13
Browse files Browse the repository at this point in the history
GITHUB_TOKEN を指定する
  • Loading branch information
gotoeveryone authored Jan 28, 2023
2 parents a33e23e + e298227 commit 4c6c09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
GITHUB_TOKEN="xxx"
GITHUB_USER_NAME="user"
GITLAB_USER_ID="12345678"
GITLAB_TOKEN="xxx"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

- name: Execute
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_USER_NAME: ${{ github.repository_owner }}
GITLAB_USER_ID: ${{ secrets.GITLAB_USER_ID }}
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
Expand Down

0 comments on commit 4c6c09b

Please sign in to comment.