diff options
| author | Dax Raad <[email protected]> | 2025-08-12 12:12:54 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-12 12:12:54 -0400 |
| commit | 354e55ecefa28433b77e36907ff9c13db93fcc57 (patch) | |
| tree | 423e9f64f671121646bf59bd4dadb2351c61cc8b | |
| parent | 10735f93ca97a1a9eedc3a245ab627bd00e72082 (diff) | |
| download | opencode-354e55ecefa28433b77e36907ff9c13db93fcc57.tar.gz opencode-354e55ecefa28433b77e36907ff9c13db93fcc57.zip | |
ci: ignore
| -rw-r--r-- | .github/workflows/duplicate-issues.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/guidelines-check.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/duplicate-issues.yml b/.github/workflows/duplicate-issues.yml index ba9577dbb..865cd3123 100644 --- a/.github/workflows/duplicate-issues.yml +++ b/.github/workflows/duplicate-issues.yml @@ -10,7 +10,6 @@ jobs: permissions: contents: read issues: write - id-token: write steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/guidelines-check.yml b/.github/workflows/guidelines-check.yml index 9f4915f58..454f4816c 100644 --- a/.github/workflows/guidelines-check.yml +++ b/.github/workflows/guidelines-check.yml @@ -10,7 +10,6 @@ jobs: permissions: contents: read pull-requests: write - id-token: write steps: - name: Checkout repository uses: actions/checkout@v4 |
