Skip to content

Commit

Permalink
git action 수정 - ENV_SETTINGS_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D4R3 committed Jul 9, 2024
1 parent 4f216e7 commit d46472d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
branches: [ "master" ]

jobs:
secrets-test:
runs-on: ubuntu-latest
steps:
- name: Access Secrets
run: |
echo "Secret Token : ${{ secrets.ENV_SETTINGS_MODE_GIT }}"
출처: https://kotlinworld.com/401 [조세영의 Kotlin World:티스토리]
build:

runs-on: ubuntu-latest
Expand Down

0 comments on commit d46472d

Please sign in to comment.