File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3939 VITE_SPARROW_ADMIN_URL : ${{ vars.VITE_SPARROW_ADMIN_URL }}
4040 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
4141 CI : false
42- SNAPCRAFT_STORE_CREDENTIALS : ${{ vars.SNAPCRAFT_STORE_CREDENTIALS }}
42+ SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
43+
4344
4445jobs :
4546 build-snap :
8788
8889 - name : Prepare Snapcraft credentials
8990 env :
90- SNAPCRAFT_STORE_CREDENTIALS : ${{ vars .SNAPCRAFT_STORE_CREDENTIALS }}
91+ SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets .SNAPCRAFT_STORE_CREDENTIALS }}
9192 run : |
9293 # 1. Override XDG_CONFIG_HOME to a .config folder in the workspace
9394 export XDG_CONFIG_HOME="$PWD/.config"
@@ -104,7 +105,7 @@ jobs:
104105 - name : Upload Snap to Snap Store
105106 env :
106107 SNAP_CHANNEL : ${{ vars.SNAP_RELEASE_CHANNEL || 'edge' }}
107- SNAPCRAFT_STORE_CREDENTIALS : ${{ vars .SNAPCRAFT_STORE_CREDENTIALS }}
108+ SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets .SNAPCRAFT_STORE_CREDENTIALS }}
108109 XDG_CONFIG_HOME : " $PWD/.config"
109110 run : |
110111 SNAP_FILE=$(ls *.snap | head -n1)
You can’t perform that action at this time.
0 commit comments