We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474f09 commit 6f729a6Copy full SHA for 6f729a6
.github/workflows/patch-release.yml
@@ -21,8 +21,8 @@ jobs:
21
id: get_workflow_token
22
uses: peter-murray/workflow-application-token-action@v3
23
with:
24
- application_id: ${{ secrets.BYTELABS_APP_ID }}
25
- application_private_key: ${{ secrets.BYTELABS_APP_KEY }}
+ application_id: ${{ secrets.SECLABS_APP_ID }}
+ application_private_key: ${{ secrets.SECLABS_APP_KEY }}
26
27
- name: "Patch Release Me"
28
run: |
0 commit comments