Skip to content

Commit

Permalink
Fix caller secrets field
Browse files Browse the repository at this point in the history
Specify "secrets" instead of "with".
  • Loading branch information
at-wat committed Jan 20, 2023
1 parent 6f959b6 commit 97e01f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/.github/workflows/generate-authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ on:
jobs:
generate:
uses: pion/.goassets/.github/workflows/generate-authors.reusable.yml@master
with:
secrets:
token: ${{ secrets.PIONBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion ci/.github/workflows/renovate-go-sum-fix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ on:
jobs:
fix:
uses: pion/.goassets/.github/workflows/renovate-go-sum-fix.reusable.yml@master
with:
secrets:
token: ${{ secrets.PIONBOT_PRIVATE_KEY }}

0 comments on commit 97e01f5

Please sign in to comment.