Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

feat(airtable): use access token #3604

Merged
merged 5 commits into from
Dec 26, 2023
Merged

Conversation

eddybrando
Copy link
Collaborator

@eddybrando eddybrando commented Dec 15, 2023

Note: The PR Qiskit/gh-actions#54 needs to be merged first.


Changes

With this PR we replace the Airtable API key with an Airtable access token.

Closes #3028

Implementation details

  • AIRTABLE_API_KEY replaced by AIRTABLE_ACCESS_TOKEN
  • AIRTABLE_ACCESS_TOKEN secret added to the repository (we can delete the AIRTABLE_API_KEY secret after this PR is merged)
  • The Airtable access token is stored in the team's password manager as well.
  • Cleaner local configuration via .env file (see changes in README)
  • Grouped the keys in the .env.example file for easier reading

How to read this PR

  • Look at the changes in the .env.example file
  • Check the simple replacements of AIRTABLE_API_KEY with AIRTABLE_ACCESS_TOKEN
  • Take a look at the changes pointed out in the README
  • Check the script change in package.json

@y4izus y4izus merged commit ecb9638 into main Dec 26, 2023
4 checks passed
@y4izus y4izus deleted the feat/3028-airtable-access-token branch December 26, 2023 14:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change Airtable API key due to deprecation
2 participants