Explicitly overwrite github tokens
ci / test (push) Failing after 19s Details
ci / deploy (push) Has been skipped Details

This commit is contained in:
Hayajiro 2023-11-19 20:07:00 +01:00
parent 5821106de9
commit edef993195
2 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jobs:
- name: Flake check
run: nix flake check
env:
ACTION_RUNTIME_TOKEN: ''
GITHUB_TOKEN: ''
deploy:
runs-on: ubuntu-latest
@ -52,3 +55,6 @@ jobs:
- name: Deploy
run: nix develop --command deploy
env:
ACTION_RUNTIME_TOKEN: ''
GITHUB_TOKEN: ''

View File

@ -23,6 +23,9 @@ jobs:
access-tokens = github.com=${{ secrets.AUTOUPDATE_TOKEN }}
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v20
env:
ACTION_RUNTIME_TOKEN: ''
GITHUB_TOKEN: ''
with:
pr-title: "update flake inputs"
pr-labels: |