Skip to content

Commit 62b243c

Browse files
authored
fix(CI): updating the cache version and fixing permissions (#366)
1 parent fb0cfef commit 62b243c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
continue-on-error: false
143143

144144
- name: Cache sccache
145-
uses: actions/cache@v2
145+
uses: actions/cache@v3
146146
continue-on-error: false
147147
with:
148148
path: ${{ matrix.sccache-path }}

.github/workflows/ci_terraform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ concurrency:
1717
# If there is already a workflow running for the same pull request, cancel it
1818
cancel-in-progress: ${{ github.event.type == 'PullRequest' }}
1919

20+
permissions:
21+
contents: write
22+
2023
jobs:
2124
check-fmt:
2225
runs-on: ubuntu-latest
@@ -81,9 +84,6 @@ jobs:
8184
needs:
8285
- get-version
8386
runs-on: ubuntu-latest
84-
permissions:
85-
contents: 'read'
86-
pull-requests: 'write'
8787
environment:
8888
name: staging
8989
url: https://staging.echo.walletconnect.com/health

0 commit comments

Comments
 (0)