Skip to content

Commit

Permalink
pull secret from github secretsmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
minimike86 committed Oct 25, 2024
1 parent 6d1bca8 commit 056bf62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI/CD Workflow

on: [push, pull_request]

env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}

jobs:
setup:
name: Build
Expand Down

0 comments on commit 056bf62

Please sign in to comment.