We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7395b5f commit 1eb1517Copy full SHA for 1eb1517
.github/workflows/continuous-integration.yml
@@ -73,8 +73,6 @@ jobs:
73
runs-on: ubuntu-latest
74
permissions:
75
packages: write # is needed by devcontainers/action to write templates as OCI artifacts
76
- contents: write # is needed by devcontainers/action to update README.md
77
- pull-requests: write # is needed by devcontainers/action to create PRs with changes to README.md
78
steps:
79
- uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
80
with:
0 commit comments