Skip to content

Commit

Permalink
fix repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
wadakatu committed Jun 18, 2022
1 parent f313c0d commit b7981d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: create release with
name: generate pdf

on:
push:
Expand All @@ -20,10 +20,8 @@ jobs:
- name: create release with pdf
id: create_release
uses: marvinpinto/action-automatic-releases@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: $GITHUB_TOKEN
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
./docs/README.pdf

0 comments on commit b7981d3

Please sign in to comment.