termux-packages/.github
Alex fdead17156
chore,ci: use explicit permissions for GitHub Actions
Quoted from #11735:
This commit adds explicit [permissions
section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions)
to workflows. This is a security best practice because by default
workflows run with [extended set of
permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
(except from `on: pull_request` [from external
forks](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/)).
By specifying any permission explicitly all others are set to none. By
using the principle of least privilege the damage a compromised workflow
can do (because of an
[injection](https://securitylab.github.com/research/github-actions-untrusted-input/)
or compromised third party tool or action) is restricted.\r\nIt is
recommended to have [most strict permissions on the top
level](https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions)
and grant write permissions on [job
level](https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs)
case by case.

Co-Authored-By: Alex <93376818+sashashura@users.noreply.github.com>
2022-08-28 08:59:01 +05:30
..
ISSUE_TEMPLATE github: enable issues without templates 2021-12-24 10:10:24 +02:00
static added another fosshost logo 2021-06-08 05:21:56 +00:00
workflows chore,ci: use explicit permissions for GitHub Actions 2022-08-28 08:59:01 +05:30
FUNDING.yml changed(funding): Update funding link to https://termux.dev/donate 2022-06-04 15:34:07 +05:00
stale.yml stalebot: Ignore issues for package requests 2021-11-18 20:38:27 +05:30