Skip to content

Commit

Permalink
tool/icons: remove hard-coded access token
Browse files Browse the repository at this point in the history
revoked token in figma
  • Loading branch information
arnemolland committed Feb 9, 2023
1 parent 745d8f2 commit dc562a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
.svn/
.cache/
migrate_working_dir/
.envrc

# IntelliJ related
*.iml
Expand Down
2 changes: 1 addition & 1 deletion tool/icons.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Future<void> main(List<String> args) async {
'token',
abbr: 't',
help: 'Figma access token',
defaultsTo: 'figd_WHj1ryknfvPbkmyJ4kFR00I7OM0_sn7KZ58QaEKR',
mandatory: true,
);

parser.addOption(
Expand Down

0 comments on commit dc562a9

Please sign in to comment.