Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cc213a1

Browse files
committed
env: notion-github-issue-sync.yml 업로드
1 parent be66d0c commit cc213a1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
issues:
3+
types: [opened, reopened, closed, deleted]
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
name: "Run github issue notion sync"
8+
steps:
9+
- uses: actions/checkout@v2
10+
- name: create env file
11+
run: |
12+
touch .env
13+
echo PERSONAL_GITHUB_ACCESS_KEY=${{ secrets.PERSONAL_GITHUB_ACCESS_KEY }} >> .env
14+
echo NOTION_KEY=${{ secrets.NOTION_KEY }} >> .env
15+
echo NOTION_DATABASE_ID=${{ secrets.NOTION_DATABASE_ID }} >> .env
16+
echo REPO_OWNER=${{ secrets.REPO_OWNER }} >> .env
17+
echo REPO_NAME=${{ secrets.REPO_NAME }} >> .env
18+
- name: docker compose up
19+
run: docker-compose --env-file .env up

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /