Skip to content

Commit

Permalink
ci: use another service account id (#288)
Browse files Browse the repository at this point in the history
use another service account id
  • Loading branch information
hf-krechan authored Nov 7, 2024
1 parent 8674870 commit 3988227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Login to Octopus Deploy 🐙
uses: OctopusDeploy/login@v1
with:
server: ${{ secrets.OCTOPUS_SERVER }}
service_account_id: ${{ secrets.OCTOPUS_SERVICE_ACCOUNT_ID }}
server: https://hochfrequenz.octopus.app
service_account_id: 990f3f62-2e3f-4b1e-9569-d5a6817a2c80

- name: Create a release in Octopus Deploy 🐙
uses: OctopusDeploy/create-release-action@v3
Expand Down

0 comments on commit 3988227

Please sign in to comment.