Skip to content

Commit

Permalink
Merge pull request #3 from graphprotocol/mde/use-github-token
Browse files Browse the repository at this point in the history
fix: use github token for login
  • Loading branch information
Maikol authored Dec 14, 2023
2 parents 62fb410 + 64e6d71 commit 15182ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-availability-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.cr_pat }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
id: docker_build
Expand Down
2 changes: 1 addition & 1 deletion availability-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "availability-oracle"
version = "0.3.1"
version = "0.3.2"
authors = ["Leonardo Yvens <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 15182ca

Please sign in to comment.