Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OdyAsh committed Nov 3, 2023
1 parent 64a0f5f commit d047e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Replace API Key
uses: jacobtomlinson/gha-find-replace@v3
with:
find: (${{ secrets.TASKBONEAPIKEY }}|${{ secrets.SIMPLETEX }}|ababab)
find: (${{ secrets.TASKBONEAPIKEY }}|${{ secrets.SIMPLETEX }})
replace: "YOUR-API-KEY"
regex: true
- name: Push changes
Expand Down

0 comments on commit d047e54

Please sign in to comment.