Skip to content

Commit

Permalink
Use the default token in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Oct 21, 2022
1 parent 28ac5f4 commit 7bb0a2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
repo: pulumi/crd2pulumi
tag: v1.0.10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
change-aws-credentials:
strategy:
matrix:
Expand All @@ -35,8 +33,6 @@ jobs:
with:
repo: jaxxstorm/change-aws-credentials
tag: v0.3.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: change-aws-credentials version
tf2pulumi:
strategy:
Expand All @@ -52,8 +48,6 @@ jobs:
with:
repo: pulumi/tf2pulumi
tag: ${{ matrix.version }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: tf2pulumi version
tfsec:
strategy:
Expand Down

0 comments on commit 7bb0a2e

Please sign in to comment.