Explicitly overwrite github tokens
This commit is contained in:
parent
5821106de9
commit
edef993195
|
@ -25,6 +25,9 @@ jobs:
|
||||||
|
|
||||||
- name: Flake check
|
- name: Flake check
|
||||||
run: nix flake check
|
run: nix flake check
|
||||||
|
env:
|
||||||
|
ACTION_RUNTIME_TOKEN: ''
|
||||||
|
GITHUB_TOKEN: ''
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -52,3 +55,6 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: nix develop --command deploy
|
run: nix develop --command deploy
|
||||||
|
env:
|
||||||
|
ACTION_RUNTIME_TOKEN: ''
|
||||||
|
GITHUB_TOKEN: ''
|
||||||
|
|
|
@ -23,6 +23,9 @@ jobs:
|
||||||
access-tokens = github.com=${{ secrets.AUTOUPDATE_TOKEN }}
|
access-tokens = github.com=${{ secrets.AUTOUPDATE_TOKEN }}
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
uses: DeterminateSystems/update-flake-lock@v20
|
||||||
|
env:
|
||||||
|
ACTION_RUNTIME_TOKEN: ''
|
||||||
|
GITHUB_TOKEN: ''
|
||||||
with:
|
with:
|
||||||
pr-title: "update flake inputs"
|
pr-title: "update flake inputs"
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
|
|
Loading…
Reference in New Issue