Skip to content

Commit

Permalink
fix: changed workflow file to work with key
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Jul 27, 2024
1 parent 351277e commit 49dc5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Decrypt lab_members.json
env:
SECRET_KEY: ${{ secrets.SECRET_KEY }}
SECRET_KEY: ${{ secrets.SECRET_KEY_LAB }}
run: |
openssl aes-256-cbc -salt -a -d -in lab_members.json.enc -out lab_members.json -pass pass:$SECRET_KEY -pbkdf2
Expand Down

0 comments on commit 49dc5f8

Please sign in to comment.