Skip to content

Commit

Permalink
fix typo in secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Jan 2, 2024
1 parent 77f46d7 commit b8ed999
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,10 @@ jobs:
git commit -m "commit all changes"
- name: "Create PR on conda-store with updated screenshots"
id: create-pull-request
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.conda-store-ui-ghaction }}
token: ${{ secrets.CONDA_STORE_SYNC }}
path: conda-store-repo
commit-message: Update screenshots
committer: GitHub <[email protected]>
Expand All @@ -98,3 +99,9 @@ jobs:
- Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
- name: Check outputs
if: ${{ steps.create-pull-request.outputs.pull-request-number }}
run: |
echo "Pull Request Number - ${{ steps.create-pull-request.outputs.pull-request-number }}"
echo "Pull Request URL - ${{ steps.create-pull-request.outputs.pull-request-url }}"

0 comments on commit b8ed999

Please sign in to comment.