Skip to content

Commit cdfec8c

Browse files
committed
chore(ci): remove unused environment variables
These variables are already declared in the sub-workflow.
1 parent 7b219d2 commit cdfec8c

File tree

5 files changed

+0
-35
lines changed

5 files changed

+0
-35
lines changed

.github/workflows/make_release_hpu.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
type: boolean
99
default: true
1010

11-
env:
12-
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
13-
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
14-
SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png
15-
SLACK_USERNAME: ${{ secrets.BOT_USERNAME }}
16-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
17-
1811
permissions: {}
1912

2013
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow

.github/workflows/make_release_tfhe_fft.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
type: boolean
1010
default: true
1111

12-
env:
13-
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
14-
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
15-
SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png
16-
SLACK_USERNAME: ${{ secrets.BOT_USERNAME }}
17-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
18-
1912
permissions: {}
2013

2114
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow

.github/workflows/make_release_tfhe_ntt.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ on:
99
type: boolean
1010
default: true
1111

12-
env:
13-
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
14-
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
15-
SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png
16-
SLACK_USERNAME: ${{ secrets.BOT_USERNAME }}
17-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
18-
1912
permissions: {}
2013

2114
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow

.github/workflows/make_release_tfhe_versionable.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
type: boolean
99
default: true
1010

11-
env:
12-
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
13-
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
14-
SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png
15-
SLACK_USERNAME: ${{ secrets.BOT_USERNAME }}
16-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
17-
1811
permissions: {}
1912

2013
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow

.github/workflows/make_release_zk_pok.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ on:
88
type: boolean
99
default: true
1010

11-
env:
12-
ACTION_RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
13-
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
14-
SLACK_ICON: https://pbs.twimg.com/profile_images/1274014582265298945/OjBKP9kn_400x400.png
15-
SLACK_USERNAME: ${{ secrets.BOT_USERNAME }}
16-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
17-
1811
permissions: { }
1912

2013
# zizmor: ignore[concurrency-limits] only Zama organization members can trigger this workflow

0 commit comments

Comments
 (0)