We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62fb410 + 64e6d71 commit 15182caCopy full SHA for 15182ca
.github/workflows/build-availability-oracle.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
registry: ghcr.io
34
username: ${{ github.repository_owner }}
35
- password: ${{ secrets.cr_pat }}
+ password: ${{ secrets.GITHUB_TOKEN }}
36
37
- name: Build and push Docker image
38
id: docker_build
availability-oracle/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "availability-oracle"
3
-version = "0.3.1"
+version = "0.3.2"
4
authors = ["Leonardo Yvens <[email protected]>"]
5
edition = "2018"
6
0 commit comments