Skip to content

Commit 782dd0b

Browse files
committed
revert secret name changes
1 parent 9700794 commit 782dd0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/podswap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
podswap:
1010
uses: douglascdev/podswap/.github/workflows/action.yml@main
1111
secrets:
12-
secret: ${{ secrets.SECRET }}
13-
url: ${{ secrets.URL }}
12+
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
13+
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
1414
with:
1515
pre-build-cmd: 'git pull'
1616
build-cmd: 'podman compose build'

0 commit comments

Comments
 (0)