Skip to content

Commit

Permalink
ci: fix token input
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Feb 9, 2022
1 parent 816bd77 commit c55d8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
repository: ory/docs
path: docs
fetch-depth: 0
token: ${{ inputs.token }}
token: ${{ secrets.ORY_BOT_PAT }}
- if: ${{ github.ref_name == 'master' || github.ref_type == 'tag' }}
name: Push generated files to ory/docs
env:
Expand Down

0 comments on commit c55d8cc

Please sign in to comment.