Skip to content

Commit

Permalink
Update export-to-serverlessland-team.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianwood authored Jan 22, 2024
1 parent 56c9b68 commit d837a56
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/export-to-serverlessland-team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
jobs:
copy:
runs-on: ubuntu-latest
uses: tspascoal/get-user-teams-membership@v2
id: checkUserMember
with:
username: ${{ github.actor }}
team: 'aws-serverless-da'
GITHUB_TOKEN: ${{ secrets.GET_USER_TEAMS_MEMBERSHIP }}
uses: tspascoal/get-user-teams-membership@v2
id: checkUserMember
with:
username: ${{ github.actor }}
team: 'aws-serverless-da'
GITHUB_TOKEN: ${{ secrets.GET_USER_TEAMS_MEMBERSHIP }}
if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }}
env:
NODE_ENV: dev
Expand Down

0 comments on commit d837a56

Please sign in to comment.