Skip to content

dart pub token list #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -24,10 +24,18 @@ jobs:
name: Dart ${{ matrix.sdk }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
steps:
- run: |
[ -z "$ACTIONS_ID_TOKEN_REQUEST_URL" ] && echo "ACTIONS_ID_TOKEN_REQUEST_URL is not set" || echo "ACTIONS_ID_TOKEN_REQUEST_URL is set"
[ -z "$ACTIONS_ID_TOKEN_REQUEST_TOKEN" ] && echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN is not set" || echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN is set"
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
- run: ls -la "$HOME/.config/dart" || echo "no dart config dir"
- run: |
[ -z "$PUB_TOKEN" ] && echo "PUB_TOKEN is not set" || echo "PUB_TOKEN is set"
- uses: dart-lang/[email protected]
with:
sdk: ${{ matrix.sdk }}
- run: ls -la "$HOME/.config/dart" || echo "no dart config dir"
# - run: dart pub token remove --all
- name: Install dependencies
run: dart pub get
- name: Validate dependencies
@@ -44,4 +52,4 @@ jobs:
uses: anchore/sbom-action@v0
with:
path: ./ # Assuming actions/checkout default location
format: cyclonedx-json
format: cyclonedx-json