Skip to content

Commit

Permalink
feat: 💚 reinstated new line separation for secrets variables
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemedici committed Feb 16, 2024
1 parent 1baeef0 commit 526ed27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cloudflare-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
secrets: BEARER_TOKEN
secrets: |
BEARER_TOKEN
env:
BEARER_TOKEN: ${{ secrets.DATOCMS_AUTH_TOKEN }}

0 comments on commit 526ed27

Please sign in to comment.