Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 252c96b

Browse files
chore: removed unused secrets
Signed-off-by: Adroaldo Neto <adroaldo.neto@zup.com.br>
1 parent 0f20a1d commit 252c96b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/check-callback.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,5 @@ jobs:
6161
uses: stack-spot/stackspot-intellij-extension/.github/workflows/publish-release.yml@main
6262
secrets:
6363
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
64-
INTERNAL_REPO_NAME: ${{ secrets.INTERNAL_REPO_NAME }}
65-
PUBLIC_REPO_NAME: ${{ secrets.PUBLIC_REPO_NAME }}
6664
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
6765
CHANNEL: ${{ secrets.CHANNEL }}

.github/workflows/publish-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ on:
2121
secrets:
2222
ACCESS_TOKEN:
2323
required: true
24-
INTERNAL_REPO_NAME:
25-
required: true
26-
PUBLIC_REPO_NAME:
27-
required: true
2824
PUBLISH_TOKEN:
2925
required: true
3026
CHANNEL:

0 commit comments

Comments
 (0)