diff options
| author | seth <[email protected]> | 2024-09-30 17:11:24 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-09-30 17:11:24 -0400 |
| commit | b34998f73b2c847a299a335f10c8b2c42f6f57fc (patch) | |
| tree | 9934a34b0a06aa4072339b299a9ea01729019e29 | |
| parent | fb5b69410de540c3696d67dc44c2cef3c60cc528 (diff) | |
ci: use regular variable for bot app id
| -rw-r--r-- | .github/workflows/update-flake.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 95e2e8f..7321d9e 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/create-github-app-token@v1 id: app-token with: - app-id: ${{ secrets.APP_ID }} + app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.PRIVATE_KEY }} - name: Checkout repository |
