Skip to content

Commit

Permalink
Re-add secret env
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbrinkmann committed May 1, 2020
1 parent 1753009 commit c7c9b9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
types:
- created

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
deploy:
name: Deploy
Expand Down

0 comments on commit c7c9b9b

Please sign in to comment.