Skip to content

Commit 991bf1b

Browse files
committed
chore: add encoding
1 parent 12d67b2 commit 991bf1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Claim environment and wait
8888
run: |
89-
echo ENV_ID="$(./selfservice claimAndWait isv_ci_tas_srt_4_0 | jq -r '.id')" >> "$GITHUB_ENV"
89+
echo ENV_ID="5092" >> "$GITHUB_ENV"
9090
9191
- name: Set up Go
9292
uses: actions/setup-go@v3
@@ -390,6 +390,6 @@ jobs:
390390
echo "$(./selfservice auth $API_TOKEN | cut -c 8-)" >> "$GITHUB_ENV"
391391
env:
392392
API_TOKEN: ${{ secrets.API_TOKEN }}
393-
- name: release environment
394-
run: |
395-
./selfservice release $ENV_ID
393+
# - name: release environment
394+
# run: |
395+
# ./selfservice release $ENV_ID

0 commit comments

Comments
 (0)