Skip to content
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

ci: authenticate with default github token in release workflows #35

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

tlovell-sxt
Copy link
Contributor

@tlovell-sxt tlovell-sxt commented Nov 22, 2024

Rationale for this change

Currently, the release workflows attempt to pull github authentication from 1password. However, this workflow is only intended for use in non-public SxT workflows. Since we do not need access to private SxT information to perform these releases, using the secret github token should suffice for now.

What changes are included in this PR?

Steps that attempt to use custom github authentication are removed or now use secrets.GH_TOKEN.

Are these changes tested?

No. These changes do not affect existing functionality.

Copy link

0.1.0 (2024-11-22)

Bug Fixes

  • change default SUBSTRATE_NODE_URL to use wss. (adcb4f2
  • happy clippy (72db025
  • happy clippy (996d400
  • happy fmt (d03f732
  • happy fmt (f3f78cd
  • happy fmt && clippy (17f0d74
  • make (6f4a527
  • make and more natural, replace placeholder for default (1a0762c
  • make sure it runs && address reviews (2f02091
  • not use manual parsing (b183ec7
  • regenerate subxt for dynamic dory changes (dc5274e
  • remove references to particular tables in (026e95a
  • switch to blitzar (7713991
  • update generated javascript wasm bindings (07959b4
  • uppercase tables and other misc changes (d12619d
  • use correct VerifierSetup (7ee77e1
  • use count(*) in count_table (0d1dec6
  • warn on equality, error on decrease && simplify code (c85d633

Features

  • add .env to .gitignore (8b717b8
  • add (c27df89
  • add (bb8644d
  • add and warn about postprocessing (c7d5054
  • add bearer token generation (6de29a7
  • add CLI args (dea746d
  • add code to retrieve sxt access token (906129f
  • add commitment request and decoding (1dcfbd5
  • add crate with wasm bindings for stateless sdk logic (6d72f01
  • add FunctionsConsumerAbi.json (0e77823
  • add generated file (65332be
  • add I/O and get the code to run (42560ff
  • add IO (551d01c
  • add json files to .gitignore (cdc7956
  • add minimal example (a3d4a81
  • add prover query and verification (b216b7e
  • add standard Rust .gitignore && remove PoSQL repo-specific stuff from PR template (cc880ea
  • bump PoSQL to 0.33.5 && switch to loading of verifier setup from file (fe1cd53
  • copy chainlink example code (d6479bd
  • Create README (376c965
  • derive common traits for SdkArgs (af2c9da
  • fix errors and get the code to compile (957fe22
  • fix table range && bump proofs to 0.33.15 (32946c5
  • make repo a cargo workspace with an sdk member (b4e8e0c
  • move most functionality to a lib.rs function (cff1e5f
  • prepend wasm codegen to javascript job (0b49b46
  • remove hardcoded values from example (5d18dc9
  • switch to an external prover (7ab8eb6
  • switch to DynamicDory in substrate module (e21503b
  • switch to REST endpoint (c0c1eed
  • switch to substrate (b4c9785
  • update (db69e39
  • Update Code Owners (7aa1610
  • update codegen (99a186f
  • Update License (d77235f

@tlovell-sxt tlovell-sxt marked this pull request as draft November 22, 2024 01:26
Currently, the release workflows attempt to pull github authentication
from 1password.
However, this workflow is only intended for use in non-public SxT
workflows.
Since we do not need access to private SxT information to perform these
releases, using the secret github token should suffice for now.
@tlovell-sxt tlovell-sxt force-pushed the ci/release-default-github-token branch from 8218a84 to a7eaa89 Compare November 22, 2024 01:31
@tlovell-sxt tlovell-sxt marked this pull request as ready for review November 22, 2024 01:33
@tlovell-sxt tlovell-sxt merged commit 2e93b1b into main Nov 22, 2024
8 checks passed
@tlovell-sxt tlovell-sxt deleted the ci/release-default-github-token branch November 22, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants