Skip to content

Commit 6f729a6

Browse files
committed
fix: Update App Tokens
1 parent 9474f09 commit 6f729a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/patch-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
id: get_workflow_token
2222
uses: peter-murray/workflow-application-token-action@v3
2323
with:
24-
application_id: ${{ secrets.BYTELABS_APP_ID }}
25-
application_private_key: ${{ secrets.BYTELABS_APP_KEY }}
24+
application_id: ${{ secrets.SECLABS_APP_ID }}
25+
application_private_key: ${{ secrets.SECLABS_APP_KEY }}
2626

2727
- name: "Patch Release Me"
2828
run: |

0 commit comments

Comments
 (0)