Skip to content

Commit

Permalink
ci: skip auth for expensing
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 24, 2024
1 parent c5c521c commit dce3599
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/expense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ on:
- 1000

jobs:
authorize:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
with:
route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
team: technical-steering-committee
organisation: webdriverio
env:
GITHUB_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
# authorize:
# runs-on: ubuntu-latest
# steps:
# - uses: octokit/[email protected]
# with:
# route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
# team: technical-steering-committee
# organisation: webdriverio
# env:
# GITHUB_TOKEN: ${{ secrets.WDIO_BOT_GITHUB_TOKEN }}
expense:
permissions:
contents: write
id-token: write
needs: [authorize]
# needs: [authorize]
runs-on: ubuntu-latest
steps:
- name: Run Expense Flow
Expand Down

0 comments on commit dce3599

Please sign in to comment.