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 5039f11 commit 3955dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-to-serverlessland-team.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
username: ${{ github.actor }}
team: 'aws-serverless-da'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GET_USER_TEAMS_MEMBERSHIP }}
- name: Check if user is a member of the team
if: ${{ steps.checkUserMember.outputs.isTeamMember == 'true' }}
uses: andstor/copycat-action@v3
Expand Down

0 comments on commit 3955dca

Please sign in to comment.