Skip to content

Commit

Permalink
Add access key in action
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjin99 committed Jul 27, 2024
1 parent d077f80 commit 32dab54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,10 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Configure Obs3dian
run: |
obs3dian config <<EOF
Y
obs3dian
csocrates_image
./output
./
EOF

- name: Process Markdown files
run: |
obs3dian run . --overwrite
obs3dian run . --overwrite --usekey ${{ secrets.AWS_ACCESS_KEY_ID }}
- name: Commit changes
run: |
Expand Down
2 changes: 1 addition & 1 deletion Data Structure/queue/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

---
#### 큐(queue) 란?

**==선형 구조==의 형태이며 데이터를 일시적으로 쌓아두기 위한 자료구조 중 하나로 ==선입선출(FIFO, First-In-First-Out)==의 특성을 의미**

메모리 안 데이터들을 더욱 효율적으로 다루기 위해 만들어진 데이터 참조 방식
Expand Down

0 comments on commit 32dab54

Please sign in to comment.