Skip to content

Commit

Permalink
Merge branch 'master' into chore/set-ubuntu-version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr authored Jan 12, 2025
2 parents a3fa31a + 52b3ff6 commit 1fa9cc0
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 253 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ jobs:
fi
fi
env:
GH_TOKEN: ${{ github.token }}
# You may be tempted to make this github.token, this won't work
# because GH Actions does not trigger workflows on github.token
# in order to avoid recursive workflows.
# See: https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Loading

0 comments on commit 1fa9cc0

Please sign in to comment.