Skip to content

Commit b6750b8

Browse files
authored
Merge pull request #49 from api3dao/update-ci-permission
Update CI permission
2 parents 9df2cf7 + 85a989e commit b6750b8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/continuous-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
runs-on: ubuntu-latest
5858
# Only tag and release on pushes to main (or the release branch)
5959
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
60+
permissions:
61+
id-token: write
6062
steps:
6163
- name: Clone @api3/data-feed-proxy-combinators
6264
uses: actions/checkout@v5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"oev"
99
],
1010
"license": "MIT",
11-
"version": "0.1.0",
11+
"version": "0.1.1",
1212
"repository": {
1313
"type": "git",
1414
"url": "https://github.com/api3dao/data-feed-proxy-combinators.git"

0 commit comments

Comments
 (0)