We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GITHUB_TOKEN
From https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
name: "My workflow" on: [ push ] permissions: actions: read|write|none checks: read|write|none contents: read|write|none deployments: read|write|none id-token: read|write|none issues: read|write|none discussions: read|write|none packages: read|write|none pages: read|write|none pull-requests: read|write|none repository-projects: read|write|none security-events: read|write|none statuses: read|write|none jobs:
Example:
jobs: stale: runs-on: ubuntu-latest permissions: issues: write pull-requests: write steps: - uses: actions/stale@v5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Example:
The text was updated successfully, but these errors were encountered: