Skip to content

Commit

Permalink
chore: remove secret GH_TOKEN_FOR_UPDATES. Closes #51
Browse files Browse the repository at this point in the history
The secret GH_TOKEN_FOR_UPDATES was used to run the CI actions
on the PR opened by the update-flake-lock action.  This is not
possible anymore because we moved the repository to an organization.

The drawback of this is that the CI has to be manually invoked on the
PR following the instructions at https://github.com/DeterminateSystems/update-flake-lock?tab=readme-ov-file#without-a-personal-authentication-token
  • Loading branch information
nilp0inter committed Jan 1, 2025
1 parent 22774e8 commit 4f919ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
pr-labels: dependencies

0 comments on commit 4f919ea

Please sign in to comment.