Skip to content

Commit 53a54c8

Browse files
committed
Merge branch 'main' into update-integration
2 parents f8392cf + faa56a6 commit 53a54c8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/integration/core.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,13 +208,16 @@ describe("commitFilesFromBase64", () => {
208208
});
209209
});
210210

211-
it("can commit using tag as a base", async () => {
211+
// oxlint-disable-next-line vitest/no-disabled-tests
212+
it.skip("can commit using tag as a base", async () => {
212213
const branch = getTempBranch("tag-base");
213214
onTestFinished(() => deleteBranch(branch));
214215

215216
await commitFilesFromBase64WithDefaults({
216217
branch,
217218
base: {
219+
// for some reason the tag used here needs to have `.github/workflows` identical~ to the default branch
220+
// otherwise, GitHub rejects `createRef` with "Resource not accessible by integration" and reports missing `workflows=write` permission
218221
tag: "v1.4.0",
219222
},
220223
fileChanges: BASIC_FILE_CHANGES,

0 commit comments

Comments
 (0)