Skip to content

Commit

Permalink
[#73] infra: CI 권한 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
5win committed Nov 10, 2024
1 parent 1fff407 commit 8890e6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: read

steps:
- uses: actions/checkout@v4
Expand All @@ -27,7 +25,6 @@ jobs:
echo $DATA_KEY_YML | base64 --decode > src/main/resources/application-data.yml
find src/main/resources
wc -c src/main/resources/application-data.yml
env:
DATA_KEY_YML: ${{ secrets.APPLICATION_DATA_YML }}

Expand Down

0 comments on commit 8890e6f

Please sign in to comment.