Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
Brady Joslin authored and GitHub committed Jun 22, 2020
1 parent aabd478 commit 4259a86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -46,3 +46,20 @@ jobs:
environment: "production"
wranglerVersion: '1.5.0'
workingDirectory: 'test'
publish_secrets:
runs-on: ubuntu-latest
name: Publish app with secrets
steps:
- uses: actions/checkout@v2
- name: Publish app
uses: ./
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
environment: "production"
workingDirectory: "test"
secrets: |
SECRET1
SECRET2
env:
SECRET1: ${{ secrets.SECRET1 }}
SECRET2: ${{ secrets.SECRET2 }}

0 comments on commit 4259a86

Please sign in to comment.