Skip to content

Commit 15182ca

Browse files
authored
Merge pull request #3 from graphprotocol/mde/use-github-token
fix: use github token for login
2 parents 62fb410 + 64e6d71 commit 15182ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-availability-oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.repository_owner }}
35-
password: ${{ secrets.cr_pat }}
35+
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Build and push Docker image
3838
id: docker_build

availability-oracle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "availability-oracle"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Leonardo Yvens <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)