Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #149 from arjenhuitema/main
Browse files Browse the repository at this point in the history
fix name secrets app private key
  • Loading branch information
jfaurskov authored May 8, 2023
2 parents 95d7331 + 249cbb2 commit b4edf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/convert-bicep-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: tibdex/github-app-token@v1.8.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.PRIVATE_KEY }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- name: Set env.DATE environment variable
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Create new branch
Expand Down

0 comments on commit b4edf52

Please sign in to comment.