Skip to content

Commit

Permalink
attempt fixing problem with app secret
Browse files Browse the repository at this point in the history
  • Loading branch information
dittmar committed Feb 27, 2024
1 parent 46267a7 commit b2b7b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:

- name: FixupAppId
run: |
FIXED_DISY_RELEASE_APP_SECRET="${{ secrets.DISY_RELEASE_APP_SECRET }}"
FIXED_DISY_RELEASE_APP_SECRET=$(echo "$DISY_RELEASE_APP_SECRET" | sed 's/\\\\n/\n/g')
echo "FIXED_DISY_RELEASE_APP_SECRET=$FIXED_DISY_RELEASE_APP_SECRET" >> $GITHUB_ENV
RETRIEVED_DISY_RELEASE_APP_SECRET="${{ secrets.DISY_RELEASE_APP_SECRET }}"
$REPLACED_DISY_RELEASE_APP_SECRET=$(echo "$RETRIEVED_DISY_RELEASE_APP_SECRET" | sed 's/\\\\n/\n/g')
echo "FIXED_DISY_RELEASE_APP_SECRET=$REPLACED_DISY_RELEASE_APP_SECRET" >> $GITHUB_ENV
- uses: actions/create-github-app-token@v1
id: app-token
Expand Down

0 comments on commit b2b7b80

Please sign in to comment.